Search
DiagramNodeStyle.Effects Property
See Also
 





Gets a list of the effects applied to the node.

Namespace: MindFusion.Diagramming
Package: 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 of NodeEffect objects.

 See Also