Gets the actions associated with the shape.
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
C# Copy Code |
---|
public IDictionary<string, Action> Actions { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Actions As IDictionary(Of String, Action) |
A map between the shape actions and their names.
WpfDiagram Programmer's Guide | © 2024 MindFusion |