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