Gets and sets the current x (horizontal) coordinate the draw cursor is at.
public float CurrentX {get; set;}
public: __property float get_CurrentX();
public: __property void set_CurrentX(
float value
);
'Declaration
Public Property CurrentX As Single
'Usage
Dim instance As Draw
Dim value As Single
instance.CurrentX = value
value = instance.CurrentX
Property Value
A single value which represents the x coordinate.