ImageGear .NET
AnchorY Property (IImGearARTPopupText)




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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback