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