Share via


ToolGesture Constructor (ToolAction)

Initializes a new instance of the ToolGesture class.

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

Syntax

'Declaration
Public Sub New ( _
    action As ToolAction _
)
public ToolGesture(
    ToolAction action
)
public:
ToolGesture(
    ToolAction action
)
new : 
        action:ToolAction -> ToolGesture
public function ToolGesture(
    action : ToolAction
)

Parameters

.NET Framework Security

See Also

Reference

ToolGesture Class

ToolGesture Overload

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Understanding WPF Designer Extensibility