Gets or sets a value indicating whether the magnifier tool is currently enabled.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
Copy Code
|
|---|
public bool MagnifierEnabled { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MagnifierEnabled As Boolean |
See Also