ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADRectangle Class / Width Property




In This Topic
    Width Property (CADRectangle)
    In This Topic
    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