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




In This Topic
    Top Property (ImGearDoubleRectangle)
    In This Topic
    Gets or sets the y-coordinate of the upper-left corner of the rectangle.
    Syntax
    'Declaration
     
    Public Property Top As Double
    'Usage
     
    Dim instance As ImGearDoubleRectangle
    Dim value As Double
     
    instance.Top = value
     
    value = instance.Top
    public double Top {get; set;}
    public: __property double get_Top();
    public: __property void set_Top( 
       double value
    );
    public:
    property double Top {
       double get();
       void set (    double value);
    }

    Property Value

    Any double precision number.
    See Also