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