ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearRectangleZoomSettings Class / Cursor Property




In This Topic
    Cursor Property (ImGearRectangleZoomSettings)
    In This Topic
    Gets or sets the cursor.
    Syntax
    'Declaration
     
    Public Property Cursor As Cursor
    'Usage
     
    Dim instance As ImGearRectangleZoomSettings
    Dim value As Cursor
     
    instance.Cursor = value
     
    value = instance.Cursor
    public Cursor Cursor {get; set;}
    public: __property Cursor* get_Cursor();
    public: __property void set_Cursor( 
       Cursor* value
    );
    public:
    property Cursor^ Cursor {
       Cursor^ get();
       void set (    Cursor^ value);
    }

    Property Value

    A System.Windows.Input.Cursor object.
    See Also