VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfZoomTool Class / ProcessMouseEvents Property
Синтаксис Требования Смотрите также
В этом разделе
    ProcessMouseEvents Свойство (WpfZoomTool)
    В этом разделе
    Возвращает или задает значение, указывающее, должен ли визуальный инструмент обрабатывать события мыши.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Behavior")>
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("A value indicating whether the visual tool should process the mouse events.")>
    Public Property ProcessMouseEvents As Boolean
    
    
    [Category("Behavior")]
    [DefaultValue(True)]
    [Description("A value indicating whether the visual tool should process the mouse events.")]
    public bool ProcessMouseEvents { get; set; }
    
    
    [Category("Behavior")]
    [DefaultValue(True)]
    [Description("A value indicating whether the visual tool should process the mouse events.")]
    public: __property bool get_ProcessMouseEvents();
    public: __property void set_ProcessMouseEvents(
    bool value
    );
    [Category("Behavior")]
    [DefaultValue(True)]
    [Description("A value indicating whether the visual tool should process the mouse events.")]
    public:
    property bool ProcessMouseEvents { bool get(); void set(bool value); }

    Property Value

    true - визуальный инструмент должен обрабатывать события мыши; false - визуальный инструмент НЕ должен обрабатывать события мыши. Значение по умолчанию - true.
    Требования

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

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