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


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

    Property Value

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