DiagramLite Programmer's Guide
DiagramNode.Effects Property
See Also
 





Gets a collection with all effects applied to this node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public IList<NodeEffect> Effects { get; }

Visual Basic  Copy Code

Public ReadOnly Property Effects As IList(Of NodeEffect)

 Property Value

A list of NodeEffect objects.

 Remarks

The local node effects are applied after the diagram-wide node effects defined in NodeEffects. However, if the first effect in this list is null (Nothing in Visual Basic), the diagram effects are ignored.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace