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