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




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

    Property Value

    Integer value.
    See Also