ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTThickness Structure / Left Property




In This Topic
    Left Property (ImGearARTThickness)
    In This Topic
    Gets or sets the width of the left side of the bounding rectangle.
    Syntax
    'Declaration
     
    Public Property Left As Integer
    'Usage
     
    Dim instance As ImGearARTThickness
    Dim value As Integer
     
    instance.Left = value
     
    value = instance.Left
    public int Left {get; set;}
    public: __property int get_Left();
    public: __property void set_Left( 
       int value
    );
    public:
    property int Left {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    Remarks
    The default value is 0.
    See Also