MindFusion.Wpf Pack Programmer's Guide
Overview.AllowZoom Property
See Also
 





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

 Syntax

C#  Copy Code

public bool AllowZoom { get; set; }

Visual Basic  Copy Code

Public Property AllowZoom As Boolean

 Property Value

true to let users zoom by resizing the tracker rectangle, or false otherwise.

 See Also

Overview Members
Overview Class
MindFusion.Diagramming.Wpf Namespace