Gets or sets the y-coordinate of the top edge of this
Rect structure.
'Declaration
Public Property Y As Double
'Usage
Dim instance As Rectangle
Dim value As Double
instance.Y = value
value = instance.Y
public double Y {get; set;}
Property Value
The y-coordinate of the top edge of this
Rect structure.