Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rectangle Structure / Top Property


In This Topic
    Top Property (Rectangle)
    In This Topic
    Gets the y-coordinate of the top edge of this Rect structure.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Top As Double
    'Usage
     
    
    Dim instance As Rectangle
    Dim value As Double
     
    value = instance.Top
    public double Top {get;}

    Property Value

    The y-coordinate of the top edge of this Rect structure.
    See Also