Gets or sets a value indicating whether the shadow dispersion effect for nodes is enabled.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksIn order to use the shadow dispersion effect, you must also set the EffectsProvider property.
See Also