ImageGear PDF v25.2 - Updated
X Property (ImGearARTCallout)




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTCallout Class : X Property
Gets or sets the callout pointer X location.
Syntax
'Declaration
 
Public Property X As Integer
'Usage
 
Dim instance As ImGearARTCallout
Dim value As Integer
 
instance.X = value
 
value = instance.X
public int X {get; set;}
public: __property int get_X();
public: __property void set_X( 
   int value
);
public:
property int X {
   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

ImGearARTCallout Class
ImGearARTCallout Members

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