You should edit the ControlTemplate
as suggested here.
There is a full code example available on GitHub:
<CommandBar Style="{StaticResource OpenDownCommandBar}">
<CommandBar.Content>
...
</CommandBar.Content>
</CommandBar>
CLICK HERE to find out more related problems solutions.