VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfVisualTool Class / DefaultCursor Property
Синтаксис Требования Смотрите также
В этом разделе
    DefaultCursor Свойство (WpfVisualTool)
    В этом разделе
    Возвращает или устанавливает курсор этого инструмента.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute("The cursor of this tool.")>
    Public Overridable Property DefaultCursor As System.Windows.Input.Cursor
    
    
    [Category("Appearance")]
    [Description("The cursor of this tool.")]
    public virtual System.Windows.Input.Cursor DefaultCursor { get; set; }
    
    
    [Category("Appearance")]
    [Description("The cursor of this tool.")]
    public: __property virtual System.Windows.Input.Cursor* get_DefaultCursor();
    public: __property virtual void set_DefaultCursor(
    System.Windows.Input.Cursor* value
    );
    [Category("Appearance")]
    [Description("The cursor of this tool.")]
    public:
    virtual property System.Windows.Input.Cursor^ DefaultCursor { System.Windows.Input.Cursor^ get(); void set(System.Windows.Input.Cursor^ value); }
    Требования

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

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