VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / VintasoftControl Class / RotateCursor Property
Syntax Requirements SeeAlso
In This Topic
    RotateCursor Property (VintasoftControl)
    In This Topic
    Gets or sets the rotate cursor.
    Syntax
    'Declaration
    
    Public Property RotateCursor As VintasoftCursor
    
    
    public VintasoftCursor RotateCursor { get; set; }
    
    
    public: __property VintasoftCursor* get_RotateCursor();
    public: __property void set_RotateCursor(
    VintasoftCursor* value
    );
    public:
    property VintasoftCursor^ RotateCursor { VintasoftCursor^ get(); void set(VintasoftCursor^ value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also