Gets the actions associated with the shape.
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
SyntaxC#
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.
See Also