Accusoft.PrintPro8.Net
CurrentY Property




Gets and sets the current y (vertical) coordinate the draw cursor is at.
Syntax
'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.
See Also

Reference

Draw Class
Draw Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback