Search
DiagramView.MagnifierShading Property
See Also
 





Gets or sets a value indicating whether to enhance the effect of a magnifier lense by using a gradient shading.

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

 Syntax

C#  Copy Code

public bool MagnifierShading { get; set; }

Visual Basic  Copy Code

Public Property MagnifierShading As Boolean

 Property Value

true to enable lens shading; otherwise, false.

 See Also