ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRectangle Structure / Top Property




In This Topic
    Top Property (ImGearRectangle)
    In This Topic
    Gets or sets the y-coordinate of the upper-left corner of the rectangle.
    Syntax
    'Declaration
     
    Public Property Top As Integer
    'Usage
     
    Dim instance As ImGearRectangle
    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

    Any integer value.
    See Also