VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfDragDropSelectionTool Class / DragCursor Property
Синтаксис Требования Смотрите также
В этом разделе
    DragCursor Свойство (WpfDragDropSelectionTool)
    В этом разделе
    Возвращает или устанавливает курсор этого инструмента при перетаскивании выделения.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute("The cursor of this tool when selection is dragging.")>
    Public Property DragCursor As System.Windows.Input.Cursor
    
    
    [Category("Appearance")]
    [Description("The cursor of this tool when selection is dragging.")]
    public System.Windows.Input.Cursor DragCursor { get; set; }
    
    
    [Category("Appearance")]
    [Description("The cursor of this tool when selection is dragging.")]
    public: __property System.Windows.Input.Cursor* get_DragCursor();
    public: __property void set_DragCursor(
    System.Windows.Input.Cursor* value
    );
    [Category("Appearance")]
    [Description("The cursor of this tool when selection is dragging.")]
    public:
    property System.Windows.Input.Cursor^ DragCursor { 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

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