Am using devexpress wpf tools version 17.1. I am using Light Gray theme in the application. Here is my xaml for radio buttons
<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"/>
the content is top aligned, want to make it center with image. I placed these radio buttons in dx:GroupFrame, the groupframe header also has the same problem, header is stop aligned.
did you try to set the VerticalContentAlignment Property of the RadioButtons to Center?
Something along this lines: