Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Width Property (LeadSizeD)








Gets or sets the width of this LeadSizeD structure.
Syntax
public double Width {get; set;}
'Declaration
 
Public Property Width As Double
'Usage
 
Dim instance As LeadSizeD
Dim value As Double
 
instance.Width = value
 
value = instance.Width
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 value);
}

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

See Also

Reference

LeadSizeD Structure
LeadSizeD Members

Error processing SSI file