我的Label.Content
在WPF中不顯示「_」字符的第一次出現。爲什麼?標籤不顯示「_」字符
<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>
當設定Label.Content ="L__abel"
:
有一個在項目中沒有額外的代碼。
@ H.B。 - 不是一個有用的評論。如果不能詢問MSDN文檔中的任何內容,則關於堆棧溢出的問題很少。如果你沒有答案,不要發佈,那很簡單。 – Danielson 2016-08-29 21:11:08
我不同意。我沒有閱讀整個文檔,因爲它非常龐大而且並非全部相關。通過查看堆棧溢出,我可以找到所需的相關信息。我很高興這篇文章在這裏,很高興答案也是如此。 – Danielson 2016-08-30 15:05:48