LEADTOOLS (Leadtools assembly)

Width Property (LeadSizeD)

Show in webframe







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;}

            

            
 
get_Width();
set_Width(value);
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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.