ASP.NET Pack Programmer's Guide
DiagramView.MagnifierEnabled Property
See Also
 





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

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public bool MagnifierEnabled { get; set; }

Visual Basic  Copy Code

Public Property MagnifierEnabled As Boolean

 Property Value

true to enable the magnifier tool; otherwise, false.

 Remarks

The magnifier tool can be alternatively enabled on-demand through a modifier key or a mouse button.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.WebForms Namespace