I want to be able to define a style and set the style on the icon (or on the button that holds the icon).
Setting the button h/w doesn't enlarge the symbol and adding a Viewbox works, but I can't figure out how to set that from a style.
<Button x:Name="ZoomInButton" Style="{ThemeResource HeaderButtonStyle}" Grid.Column="1" Grid.Row="0" Click="ZoomInButton_Click">
<SymbolIcon Symbol="ZoomIn" />
</Button>
Any help very much appreciated! Seems so easy, but I'm stumped!