ImageGear .NET
AnchorX Property (IImGearARTPopupText)




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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback