Gets or sets a value indicating whether the shadow dispersion effect for nodes is enabled.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public bool EnableShadowEffects { get; set; } |
Visual Basic Copy Code |
---|
Public Property EnableShadowEffects As Boolean |
true to enable shadow dispersion; otherwise, false. The default is false.
In order to use the shadow dispersion effect, you must also set the EffectsProvider property.