Search
DiagramStyle.NodeEffects Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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.

 See Also