In This Topic
Gets or sets the y-coordinate of the top edge of this
Rect structure.
Syntax
'Declaration
Public Property Y As Integer
'Usage
Dim instance As Rect
Dim value As Integer
instance.Y = value
value = instance.Y
Property Value
The y-coordinate of the top edge of this
Rect structure.
See Also