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