Gets or sets the anchor's X location.
Syntax
public int AnchorX {get; set;}
public: __property int get_AnchorX();
public: __property void set_AnchorX(
int value
);
public:
property int AnchorX {
int get();
void set ( int value);
}
'Declaration
Public Property AnchorX As Integer
'Usage
Dim instance As ImGearARTPopupText
Dim value As Integer
instance.AnchorX = value
value = instance.AnchorX
Property Value
Integer value.
See Also