Search
DiagramView.magnifierEnabled Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: DiagramView.js

 Syntax

JavaScript  Copy Code

get magnifierEnabled() {}
set magnifierEnabled(value) {}

 Property Value

Boolean

true if the magnifier is enabled, or false otherwise. The default value is false.

 Remarks

The magnifier tool can be alternatively enabled on-demand through a modifier key specified by modifierKeyActions, or a mouse button specified in leftButtonActions, middleButtonActions, rightButtonActions.

 See Also