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




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTPopupText Class : AnchorY Property
Gets or sets the anchor's Y location.
Syntax
'Declaration
 
Public Property AnchorY As Integer
'Usage
 
Dim instance As ImGearARTPopupText
Dim value As Integer
 
instance.AnchorY = value
 
value = instance.AnchorY
public int AnchorY {get; set;}
public: __property int get_AnchorY();
public: __property void set_AnchorY( 
   int value
);
public:
property int AnchorY {
   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

ImGearARTPopupText Class
ImGearARTPopupText Members

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