Gets or sets a value indicating whether users are allowed to zoom the diagram by resizing the overview's viewport tracker rectangle.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool AllowZoom { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowZoom As Boolean |
true to let users zoom by resizing the tracker rectangle, or false otherwise.
WpfDiagram Programmer's Guide | © 2024 MindFusion |