MindFusion.Wpf Pack Programmer's Guide
DiagramView.MagnifierEnabled Property
See Also
 





Gets or sets a value indicating whether the magnifier tool is currently enabled.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool MagnifierEnabled { get; set; }

Visual Basic  Copy Code

Public Property MagnifierEnabled As Boolean

 Property Value

true to enable the magnifier tool, or false otherwise.

 Remarks

The magnifier tool can be alternatively enabled on-demand through a modifier key or a mouse button.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.Wpf Namespace
ModifierKeyActions Property
RightButtonActions Property