Share via


ToolGesture.ToolAction Property

Gets or sets the action associated with this gesture.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Property ToolAction As ToolAction
    Get
    Set
public ToolAction ToolAction { get; set; }
public:
property ToolAction ToolAction {
    ToolAction get ();
    void set (ToolAction value);
}
member ToolAction : ToolAction with get, set
function get ToolAction () : ToolAction
function set ToolAction (value : ToolAction)

Property Value

Type: Microsoft.Windows.Design.Interaction.ToolAction
A ToolAction associated with this gesture.

.NET Framework Security

See Also

Reference

ToolGesture Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Understanding WPF Designer Extensibility