StandardUICommand
Namespace: FluentAvalonia.UI.Input
Derives from XamlUICommand, adding a set of standard platform commands with pre-defined properties.
C#
public class StandardUICommand : XamlUICommand
Xaml
<input:StandardUICommand />
Required Template Parts
None :)
Pseudoclasses
Examples and Usage Notes
None yet.
API
Note: Inherited members are not shown
Properties
| Kind | Gets the platform command (with pre-defined properties such as icon, keyboard accelerator, and description) that can be used with a StandardUICommand. |
| KindProperty | Defines the `FluentAvalonia.UI.Input.StandardUICommand.Kind` property |
Events
Methods
Related Enums/Classes
StandardUICommandKind
| None | No command. Default. |
| Cut | Specifies the cut command. |
| Copy | Specifies the copy command. |
| Paste | Specifies the paste command. |
| SelectAll | Specifies the select all command. |
| Delete | Specifies the delete command. |
| Share | Specifies the share command. |
| Save | Specifies the save command. |
| Open | Specifies the open command. |
| Close | Specifies the close command. |
| Pause | Specifies the pause command. |
| Play | Specifies the play command. |
| Stop | Specifies the stop command. |
| Forward | Specifies the forward command. |
| Backward | Specifies the backward command. |
| Undo | Specifies the undo command. |
| Redo | Specifies the redo command. |