ImageGear .NET v25.2 - Updated
Y Property (ImGearARTCallout)




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTCallout Class : Y Property
Gets or sets the callout pointer Y location.
Syntax
'Declaration
 
Public Property Y As Integer
'Usage
 
Dim instance As ImGearARTCallout
Dim value As Integer
 
instance.Y = value
 
value = instance.Y
public int Y {get; set;}
public: __property int get_Y();
public: __property void set_Y( 
   int value
);
public:
property int Y {
   int get();
   void set (    int value);
}

Property Value

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

Reference

ImGearARTCallout Class
ImGearARTCallout Members

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