Represents the base class of all visual effects that can be applied to the nodes in a Diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract class NodeEffect : INotifyPropertyChanged, ICloneable |
Visual Basic
Copy Code
|
|---|
Public MustInherit Class NodeEffect |
RemarksEffects can be applied by adding instances of the concrete effect classes to the NodeEffects collection of the Diagram.
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.Wpf.NodeEffect
MindFusion.Diagramming.Wpf.AeroEffect
MindFusion.Diagramming.Wpf.GlassEffect
See Also