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




In This Topic
    X Property (IImGearARTPopupText)
    In This Topic
    Gets or sets the X coordinate of the top-left point of the mark's rectangle.
    Syntax
    'Declaration
     
    Property X As Integer
    'Usage
     
    Dim instance As IImGearARTPopupText
    Dim value As Integer
     
    instance.X = value
     
    value = instance.X
    int X {get; set;}
    __property int get_X();
    __property void set_X( 
       int value
    );
    property int X {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also