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