ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMarkMoveEventArgs Class / OffsetX Property




In This Topic
    OffsetX Property
    In This Topic
    Gets the X move offset.
    Syntax
    'Declaration
     
    Public ReadOnly Property OffsetX As Integer
    'Usage
     
    Dim instance As ImGearARTMarkMoveEventArgs
    Dim value As Integer
     
    value = instance.OffsetX
    public int OffsetX {get;}
    public: __property int get_OffsetX();
    public:
    property int OffsetX {
       int get();
    }

    Property Value

    Integer value.
    See Also