VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI.WinForms Namespace / WinFormsScrollableControl Class / RotateCursor Property
Синтаксис Требования Смотрите также
В этом разделе
    RotateCursor Свойство (WinFormsScrollableControl)
    В этом разделе
    Возвращает или задает курсор поворота.
    Синтаксис
    'Declaration
    
    <DesignerSerializationVisibilityAttribute(Visible)>
    <DefaultValueAttribute(null)>
    Public Property RotateCursor As System.Windows.Forms.Cursor
    
    
    [DesignerSerializationVisibility(Visible)]
    [DefaultValue(null)]
    public System.Windows.Forms.Cursor RotateCursor { get; set; }
    
    
    [DesignerSerializationVisibility(Visible)]
    [DefaultValue(null)]
    public: __property System.Windows.Forms.Cursor get_RotateCursor();
    public: __property void set_RotateCursor(
    System.Windows.Forms.Cursor value
    );
    [DesignerSerializationVisibility(Visible)]
    [DefaultValue(null)]
    public:
    property System.Windows.Forms.Cursor RotateCursor { System.Windows.Forms.Cursor get(); void set(System.Windows.Forms.Cursor value); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также