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




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

IImGearARTPopupText Interface
IImGearARTPopupText Members