Search
Diagram.EnableShadowEffects Property
See Also
 





Gets or sets a value indicating whether the shadow dispersion effect for nodes is enabled.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool EnableShadowEffects { get; set; }

Visual Basic  Copy Code

Public Property EnableShadowEffects As Boolean

 Property Value

true to enable shadow dispersion; otherwise, false. The default is false.

 Remarks

In order to use the shadow dispersion effect, you must also set the EffectsProvider property.

 See Also