XAML-Map-Control/MapUiTools/WPF/Themes/Generic.xaml
2022-01-24 23:07:36 +01:00

12 lines
487 B
XML

<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:tools="clr-namespace:MapControl.UiTools">
<Style TargetType="tools:MenuButton" BasedOn="{StaticResource {x:Type Button}}">
<Setter Property="FontFamily" Value="Segoe MDL2 Assets"/>
<Setter Property="FontSize" Value="20"/>
<Setter Property="Padding" Value="8"/>
</Style>
</ResourceDictionary>