Discuss this help topic in SecureBlackbox Forum
Specifies the vertical offset of the text.
Declaration
[VB.NET]
Property Y As Double
[Pascal]
property Y : Double;
[C++]
double get_Y();
void set_Y(double Value);
[PHP]
double get_Y()
void set_Y(double $Value)
[Java]
double getY();
void setY(double Value);
Description
Use this property to set the vertical offset of the text.
Discuss this help topic in SecureBlackbox Forum