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




In This Topic
    AnchorX Property (ImGearARTPopupText)
    In This Topic
    Gets or sets the anchor's X location.
    Syntax
    'Declaration
     
    Public Property AnchorX As Integer
    'Usage
     
    Dim instance As ImGearARTPopupText
    Dim value As Integer
     
    instance.AnchorX = value
     
    value = instance.AnchorX
    public int AnchorX {get; set;}
    public: __property int get_AnchorX();
    public: __property void set_AnchorX( 
       int value
    );
    public:
    property int AnchorX {
       int get();
       void set (    int value);
    }

    Property Value

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