Gets or sets a value indicating whether multi-touch zoom is enabled.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
public bool MultiTouchZoom { get; set; } |
Visual Basic Copy Code |
---|
Public Property MultiTouchZoom As Boolean |
true to enable multi-touch zoom, or false otherwise. The default value is true.
If this property is disabled, each touch is handled independently according to current Behavior value, e.g. by drawing a new diagram item or moving an existing one.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |