我想顯示在大寫WPF/XAML:如何使TextBlock中的所有文本大寫?
<TextBlock Name="tbAbc"
FontSize="12"
TextAlignment="Center"
Text="Channel Name"
Foreground="{DynamicResource {x:Static r:RibbonSkinResources.RibbonGroupLabelFontColorBrushKey}}" />
在TextBlock中的所有字符的字符串可以通過綁定拍攝。我不想在字典中使字符串大寫。
見[C#字符串格式標誌或修飾符小寫param](http://stackoverflow.com/questions/1839649/c-sharp-string-format-flag-or-modifier-to-lowercase-param) – pushpraj
[WPF/XAML的可能重複:如何使所有文本大寫/大寫?](http://stackoverflow.com/questions/1762485/wpf- xaml-how-to-make-all-text-upper-case-capital) –