Search
DiagramView.MagnifierShape Property
See Also
 





Gets or sets the shape of the magnifier tool.

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

 Syntax

C#  Copy Code

public Shape MagnifierShape { get; set; }

Visual Basic  Copy Code

Public Property MagnifierShape As Shape

 Property Value

An instance of the Shape class, including any of the predefined shapes exposed by Shapes. The default is Ellipse.

 See Also