Spread WinForms 15
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

Property Value

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