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.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
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.
See Also