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




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

    Property Value

    Integer value.
    Remarks
    The default is 0.
    See Also