Search
Diagram.EnableEmbossEffects Property
See Also
 





Gets or sets a value indicating whether emboss effect for shape nodes is enabled.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool EnableEmbossEffects { get; set; }

Visual Basic  Copy Code

Public Property EnableEmbossEffects As Boolean

 Property Value

true to enable embossment of shape nodes; otherwise, false. The default is false.

 Remarks

In order to use the shape embossment effect, you must also set the EffectsProvider property.

 See Also