Gets or sets a value indicating whether the magnifier tool is currently enabled.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public bool MagnifierEnabled { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MagnifierEnabled As Boolean |
true to enable the magnifier tool; otherwise, false.
RemarksThe magnifier tool can be alternatively enabled on-demand through a modifier key or a mouse button.
See Also