Метка не отображает символ «_»

Мой Label.Contentв WPF не t отображать первое вхождение символа "_". Почему?

<Window x:Class="WpfApplication3.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="MainWindow" Height="148" Width="211">
    <Grid>
        <Label Content="L_abel" Height="28" HorizontalAlignment="Left" Margin="37,31,0,0" Name="label1" VerticalAlignment="Top" />
    </Grid>
</Window>

enter image description here

Когда установлено Label.Content ="L__abel":

enter image description here

В проекте нет дополнительного кода.

30
задан HelloWorld 13 March 2012 в 13:15
поделиться