Represents an emboss effect.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public sealed class EmbossEffect : NodeEffect |
Visual Basic
![]() |
---|
Public NotInheritable Class EmbossEffect |
This effect can be applied to the nodes in a Diagram by adding an instance of this class to the NodeEffects collection. In addition, this effect will be active only when the Diagram.EffectsProvider property is set to an object implementing the GenerateEmboss method of the IEffectsProvider interface.
The following image illustrates the Emboss effect applied to a rectangular node:
The following example demonstrates how to apply emboss effect to the nodes of an existing diagram.
C#
![]() |
---|
diagram.NodeEffects.Add(new EmbossEffect()); |
Visual Basic
![]() |
---|
diagram.NodeEffects.Add(New EmbossEffect()) |
System.Object
MindFusion.Diagramming.NodeEffect
MindFusion.Diagramming.EmbossEffect
MvcDiagram Programmer's Guide | © 2025 MindFusion |