Search
DiagramView.EnableTabletMode Property
See Also
 





Gets or sets a value indicating whether default Windows touch gestures are blocked.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public bool EnableTabletMode { get; set; }

Visual Basic  Copy Code

Public Property EnableTabletMode As Boolean

 Property Value

true to block standard Windows touch gestures, or false otherwise. The default value is true.

 Remarks

Windows touch gestures pan scrollable controls such as DiagramView, thus interfering with interactive drawing or modification of diagram items, so they are blocked by default. You might still want to enable gestures if showing read-only diagrams.

 See Also