ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPopupText Class / AnchorY Property




In This Topic
    AnchorY Property (ImGearARTPopupText)
    In This Topic
    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