Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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