VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfZoomTool Class / ProcessTouchEvents Property
Syntax Exceptions Remarks Requirements SeeAlso
    ProcessTouchEvents Property (WpfZoomTool)
    Gets or sets a value indicating whether the visual tool should process the touch screen events.
    Syntax
    'Declaration
    
    <CategoryAttribute("Behavior")>
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("A value indicating whether the visual tool should process the touch screen events.")>
    Public Property ProcessTouchEvents As Boolean
    
    
     

    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