Search
NodeEffect Class
Remarks See Also
 





Represents the base class of all visual effects that can be applied to the nodes in a Diagram.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public abstract class NodeEffect : INotifyPropertyChanged, IPersists, ICloneable

Visual Basic  Copy Code

Public MustInherit Class NodeEffect
    Implements INotifyPropertyChanged, IPersists, ICloneable

 Remarks

Effects can be applied by adding instances of the concrete effect classes to the NodeEffects collection of the Diagram.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.NodeEffect
        MindFusion.Diagramming.AeroEffect
        MindFusion.Diagramming.EmbossEffect
        MindFusion.Diagramming.GlassEffect
        MindFusion.Diagramming.SmoothShadowEffect

 See Also