VintaSoft Imaging .NET SDK 15.1: 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

<CategoryAttribute("Behavior")>
<DescriptionAttribute("A value indicating whether the visual tool should process the touch screen events.")>
<DefaultValueAttribute(False)>
Public Property ProcessTouchEvents As Boolean

[Category("Behavior")]
[Description("A value indicating whether the visual tool should process the touch screen events.")]
[DefaultValue(False)]
public bool ProcessTouchEvents { get; set; }

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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also