Gets or sets a value indicating whether the magnifier tool is currently enabled.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool MagnifierEnabled { get; set; } |
Visual Basic Copy Code |
---|
Public Property MagnifierEnabled As Boolean |
true to enable the magnifier tool, or false otherwise.
The magnifier tool can be alternatively enabled on-demand through a modifier key or a mouse button.
WpfDiagram Programmer's Guide | © 2024 MindFusion |