Gets a collection with all effects applied to the nodes of this diagram.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public IList<NodeEffect> NodeEffects { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property NodeEffects As IList(Of NodeEffect) |
A list with all currently active node effects.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |