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
'Usage
Dim instance As ToolGesture
Dim value As ToolAction
value = instance.ToolAction
instance.ToolAction = value
public ToolAction ToolAction { get; set; }
public:
property ToolAction ToolAction {
ToolAction get ();
void set (ToolAction value);
}
public function get ToolAction () : ToolAction
public function set ToolAction (value : ToolAction)
Property Value
Type: Microsoft.Windows.Design.Interaction.ToolAction
A ToolAction associated with this gesture.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace