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