VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI.VisualTools Namespace / ZoomSelectionTool Class / ActionCursor Property
Синтаксис Требования Смотрите также
В этом разделе
    ActionCursor Свойство (ZoomSelectionTool)
    В этом разделе
    Возвращает или устанавливает курсор этого инструмента при наведении курсора мыши на выбранную область.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The cursor of this tool when mouse hovers the selection region.")>
    <CategoryAttribute("Appearance")>
    Public Overrides Property ActionCursor As System.Windows.Forms.Cursor
    
    
    [Description("The cursor of this tool when mouse hovers the selection region.")]
    [Category("Appearance")]
    public override System.Windows.Forms.Cursor ActionCursor { get; set; }
    
    
    [Description("The cursor of this tool when mouse hovers the selection region.")]
    [Category("Appearance")]
    public: __property System.Windows.Forms.Cursor get_ActionCursor(); override;
    public: __property void set_ActionCursor(
    System.Windows.Forms.Cursor value
    ); override;
    [Description("The cursor of this tool when mouse hovers the selection region.")]
    [Category("Appearance")]
    public:
    property System.Windows.Forms.Cursor ActionCursor { System.Windows.Forms.Cursor get() override;; void set(System.Windows.Forms.Cursor value) override;; }
    Требования

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

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