VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfPanTool Class / ProcessTouchEvents Property
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
    ProcessTouchEvents Property (WpfPanTool)
    In This Topic
    Gets or sets a value indicating whether the visual tool should process the touch screen events.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(False)>
    <CategoryAttribute("Behavior")>
    <DescriptionAttribute("A value indicating whether the visual tool should process the touch screen events.")>
    Public Property ProcessTouchEvents As Boolean
    
    
    [DefaultValue(False)]
    [Category("Behavior")]
    [Description("A value indicating whether the visual tool should process the touch screen events.")]
    public bool ProcessTouchEvents { get; set; }
    
    
    [DefaultValue(False)]
    [Category("Behavior")]
    [Description("A value indicating whether the visual tool should process the touch screen events.")]
    public: __property bool get_ProcessTouchEvents();
    public: __property void set_ProcessTouchEvents(
    bool value
    );
    [DefaultValue(False)]
    [Category("Behavior")]
    [Description("A value indicating whether the visual tool should process the touch screen events.")]
    public:
    property bool ProcessTouchEvents { bool get(); void set(bool value); }

    Property Value

    True - visual tool should process the touch screen events; false - visual tool should NOT process the touch screen events. Default value is false.
    Exceptions
    ExceptionDescription
    Thrown if assembly Vintasoft.Imaging.Wpf.UI.dll is compiled for .NET 3.5.
    Remarks

    The property is supported only in .NET Framework 4.0 or higher.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also