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