ImageGear .NET v24.12 - Updated
Width Property (CADRectangle)




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADRectangle Class : Width Property
Width of rectangle.
Syntax
'Declaration
 
Public Property Width As Double
'Usage
 
Dim instance As CADRectangle
Dim value As Double
 
instance.Width = value
 
value = instance.Width
public double Width {get; set;}
public: __property double get_Width();
public: __property void set_Width( 
   double value
);
public:
property double Width {
   double get();
   void set (    double value);
}
See Also

Reference

CADRectangle Class
CADRectangle Members