Gets or sets a value indicating whether emboss effect for shape nodes is enabled.
Namespace: MindFusion.Diagramming
Assembly: 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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |