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




In This Topic
    Length Property (CADRectangle)
    In This Topic
    Length of rectangle.
    Syntax
    'Declaration
     
    Public Property Length As Double
    'Usage
     
    Dim instance As CADRectangle
    Dim value As Double
     
    instance.Length = value
     
    value = instance.Length
    public double Length {get; set;}
    public: __property double get_Length();
    public: __property void set_Length( 
       double value
    );
    public:
    property double Length {
       double get();
       void set (    double value);
    }
    See Also