Search
DiagramNode.Effects Property
See Also
 






Gets a collection with all effects applied to this node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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 with all node effects.

 See Also