Access key underline with Label
<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="40"> <Label Content="S_hortcut" /> </Page>
1. | Label with Data Binding | ||
2. | String Label content | ||
3. | Event Trigger Label.Loaded | ||
4. | DockPanel with Labels | ||
5. | StackPanel with Windows Controls |