ImageGear .NET v24.12 - Updated
AnchorX Property (IImGearARTPopupText)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTPopupText Interface : AnchorX Property
Gets or sets the anchor's X location.
Syntax
'Declaration
 
Property AnchorX As Integer
'Usage
 
Dim instance As IImGearARTPopupText
Dim value As Integer
 
instance.AnchorX = value
 
value = instance.AnchorX
int AnchorX {get; set;}
__property int get_AnchorX();
__property void set_AnchorX( 
   int value
);
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

IImGearARTPopupText Interface
IImGearARTPopupText Members