Y Property
Y
Gets or sets the y-coordinate of the top edge of this Rectangle structure.
Declaration
public int Y { get; set; }
Public Property Y As Integer
Property Value
Type |
Description |
int |
The y-coordinate of the top edge of this Rectangle structure.
|