Attributes
Name |
---|
Text |
Keys |
Example
1 | <dev:ShortcutWithTextLabel x:Name="MainShortcutWithTextLabel" Text="Press a combination of keys to change this shortcut" /> |
1 | MainShortcutWithTextLabel.Keys = new List<object>() { "Win", "Alt", "F1" }; |
Demo
you can run demo and see this feature.