mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
12 lines
487 B
XML
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>
|