DiagramLite Programmer's Guide
Diagram.NodeEffects Property
See Also
 





Gets a collection with all effects applied to the nodes of this diagram.

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

 Syntax

C#  Copy Code

public IList<NodeEffect> NodeEffects { get; }

Visual Basic  Copy Code

Public ReadOnly Property NodeEffects As IList(Of NodeEffect)

 Property Value

A list of NodeEffect objects.

 Remarks

Effects from this collection are applied to each node in the diagram, unless the node's own Effects collection starts with a null element.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
Node Effects