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




In This Topic
    Bottom Property (ImGearARTThickness)
    In This Topic
    Gets or sets the width, in pixels, of the lower side of the bounding rectangle.
    Syntax
    'Declaration
     
    Public Property Bottom As Integer
    'Usage
     
    Dim instance As ImGearARTThickness
    Dim value As Integer
     
    instance.Bottom = value
     
    value = instance.Bottom
    public int Bottom {get; set;}
    public: __property int get_Bottom();
    public: __property void set_Bottom( 
       int value
    );
    public:
    property int Bottom {
       int get();
       void set (    int value);
    }

    Property Value

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