这是我的按钮:
<Button
Name="btnOk"
Content="OK"
Style="{StaticResource AccentedSquareButtonStyle}"/>
使用此
content
时Style
总是小写 最佳答案
你应该用Controls:ButtonHelper.PreserveTextCase="True"
以防止小写(或其他控件上的大写)。
编辑
Alpha版本(即将发布的v1.2.0)有所变化。现在可以更轻松地更改大小写。
<!-- possible values are: Normal, Upper and Lower -->
Controls:ControlsHelper.ContentCharacterCasing="Normal"