Gets or sets a value indicating whether default Windows touch gestures are blocked.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public bool EnableTabletMode { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EnableTabletMode As Boolean |
true to block standard Windows touch gestures, or false otherwise. The default value is true.
RemarksWindows 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