←Select platform

Width Property

Summary

Gets or sets the width of this LeadSizeD structure.

Syntax

C#
VB
Java
WinRT C#
C++
[DataMemberAttribute(Name="width", Order=0, IsRequired=true)] 
public double Width { get; set; } 
Public Property Width As Double 
public double Width {get; set;} 
public double getWidth() 
public void setWidth(double value) 
             
 <br/>get_Width();<br/>set_Width(value);<br/>Object.defineProperty('Width');  
public: 
property double Width { 
   double get(); 
   void set (    double ); 
} 

Property Value

The width of this size. Must be a value greater than or equal to 0.

Remarks

You cannot change the values of the Empty size.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly