Discuss this help topic in SecureBlackbox Forum
Specifies the horizontal offset of the text.
Declaration
[VB.NET]
Property X As Double
[Pascal]
property X : Double;
[C++]
double get_X();
void set_X(double Value);
[PHP]
double get_X()
void set_X(double $Value)
[Java]
double getX();
void setX(double Value);
Description
Use this property to set the horizontal offset of the text.
Discuss this help topic in SecureBlackbox Forum