Gets a list of the effects applied to the node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public IList<NodeEffect> Effects { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Effects As IList(Of NodeEffect) |
A list of NodeEffect objects.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |