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