Gets or sets a value indicating whether the magnifier tool is currently enabled.
Namespace: MindFusion.Diagramming
File: DiagramView.js
JavaScript Copy Code |
---|
get magnifierEnabled() {} |
Boolean
true if the magnifier is enabled, or false otherwise. The default value is false.
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.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |