In This Topic
Gets or sets the x-axis value of the left side of the rectangle.
Syntax
'Declaration
Public Property X As Double
'Usage
Dim instance As C1Rect
Dim value As Double
instance.X = value
value = instance.X
public double X {get; set;}
See Also