Top Property
Top
Gets the y-coordinate of the top edge of this Rectangle structure.
Declaration
public double Top { get; set; }
Public Property Top As Double
Property Value
Type |
Description |
double |
The y-coordinate of the top edge of this Rectangle structure.
|