ImageGear PDF v25.2 - Updated
AnchorX Property (ImGearARTPopupText)




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTPopupText Class : AnchorX Property
Gets or sets the anchor's X location.
Syntax
'Declaration
 
Public Property AnchorX As Integer
'Usage
 
Dim instance As ImGearARTPopupText
Dim value As Integer
 
instance.AnchorX = value
 
value = instance.AnchorX
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);
}

Property Value

Integer value.
Remarks
The coordinate is relative to the left edge of the text mark.
See Also

Reference

ImGearARTPopupText Class
ImGearARTPopupText Members

Is this page helpful?
Yes No
Thanks for your feedback.