Search
TouchControl.EnableMultiTouch Property
See Also
 





Gets or sets whether the control handles touch events to implement multi-touch interactions.

Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms

 Syntax

C#  Copy Code

public bool EnableMultiTouch { get; set; }

Visual Basic  Copy Code

Public Property EnableMultiTouch As Boolean

 Property Value

 See Also