【发布时间】:2017-08-26 17:33:54
【问题描述】:
我正在使用 devexpress wpf 工具 17.1 版。我在应用程序中使用浅灰色主题。 这是我的单选按钮 xaml
<RadioButton Content="Forms"
Grid.Row="0"
GroupName="ActionGroup"/>
<RadioButton Content="All Questions"
Grid.Row="1"
GroupName="ActionGroup"/>
<RadioButton Content="Current Question"
Grid.Row="2"
GroupName="ActionGroup"/>
内容顶部对齐,希望使其与图像居中。我把这些单选按钮放在dx:GroupFrame中,groupframe头也有同样的问题,头是停止对齐的。
【问题讨论】:
标签: wpf radio-button styles themes devexpress-wpf