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