MindFusion.Wpf Pack Programmer's Guide
Shape(TColor, TImage).Actions Property
See Also
 





Gets the actions associated with the shape.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

C#  Copy Code

public IDictionary<string, Action> Actions { get; }

Visual Basic  Copy Code

Public ReadOnly Property Actions As IDictionary(Of String, Action)

 Property Value

A map between the shape actions and their names.

 See Also

Shape(TColor, TImage) Members
Shape(TColor, TImage) Class
MindFusion.Vsx Namespace