Gets or sets the X coordinate of the top-left point of the mark's rectangle.
Syntax
public: __property int get_X();
public: __property void set_X(
int value
);
public:
property int X {
int get();
void set ( int value);
}
'Declaration
Public Property X As Integer
'Usage
Dim instance As ImGearARTText
Dim value As Integer
instance.X = value
value = instance.X
Property Value
Integer value.
See Also