ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTPopupText Interface / AnchorX Property




In This Topic
    AnchorX Property (IImGearARTPopupText)
    In This Topic
    Gets or sets the anchor's X location.
    Syntax
    'Declaration
     
    Property AnchorX As Integer
    'Usage
     
    Dim instance As IImGearARTPopupText
    Dim value As Integer
     
    instance.AnchorX = value
     
    value = instance.AnchorX
    int AnchorX {get; set;}
    __property int get_AnchorX();
    __property void set_AnchorX( 
       int value
    );
    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