Files
BeWoPlaner/BeWo/Styles/ControlStyles/CheckBoxStyles.xaml
2024-09-19 15:34:32 +02:00

7 lines
401 B
XML

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style x:Key="CheckBoxBase" TargetType="{x:Type CheckBox}">
<Setter Property="Margin" Value="5" />
<Setter Property="Padding" Value="0" />
<Setter Property="VerticalAlignment" Value="Center" />
</Style>
</ResourceDictionary>