<ctrl

ropDownButton AutoClosable="True" Margin="2">
<ctrl

ropDownButton.ButtonContent>
<ut:HHIcon Key="{Binding NativeEditor[DrawMediumBounds].StringValue}" ToolTip="Show medium bounds" Margin="0"/>
</ctrl

ropDownButton.ButtonContent>
<ctrl

ropDownButton.Items>
<Button Padding="0" Command="{Binding SetDrawMediumBoundsMode}" CommandParameter="DrawMediumBounds_None" ToolTip="Do not show medium bounds" Margin="2">
<ut:HHIcon Key="DrawMediumBounds_None"/>
</Button>
<Button Padding="0" Command="{Binding SetDrawMediumBoundsMode}" CommandParameter="DrawMediumBounds_Cached" ToolTip="Show cached bounds" Margin="2">
<ut:HHIcon Key="DrawMediumBounds_Cached"/>
</Button>
<Button Padding="0" Command="{Binding SetDrawMediumBoundsMode}" CommandParameter="DrawMediumBounds_Real" ToolTip="Show real bounds" Margin="2">
<ut:HHIcon Key="DrawMediumBounds_Real"/>
</Button>
<Button Padding="0" Command="{Binding SetDrawMediumBoundsMode}" CommandParameter="DrawMediumBounds_Full" ToolTip="Show full bounds" Margin="2">
<ut:HHIcon Key="DrawMediumBounds_Full"/>
</Button>
</ctrl

ropDownButton.Items>
</ctrl

ropDownButton>