@ -69,10 +69,10 @@
<Setter Property="BorderBrush" Value="{DynamicResource ExpanderHeaderBorderBrush}" />
<Setter Property="BorderBrush" Value="{DynamicResource ExpanderHeaderBorderBrush}" />
<Setter Property="BorderThickness" Value="{DynamicResource ExpanderHeaderBorderThickness}" />
<Setter Property="BorderThickness" Value="{DynamicResource ExpanderHeaderBorderThickness}" />
<Setter Property="Foreground" Value="{DynamicResource ExpanderHeaderForeground}" />
<Setter Property="Foreground" Value="{DynamicResource ExpanderHeaderForeground}" />
<Setter Property="Padding" Value="{Stat icResource ExpanderHeaderPadding}" />
<Setter Property="Padding" Value="{Dynam icResource ExpanderHeaderPadding}" />
<Setter Property="HorizontalAlignment" Value="Stretch" />
<Setter Property="HorizontalAlignment" Value="Stretch" />
<Setter Property="HorizontalContentAlignment" Value="{Stat icResource ExpanderHeaderHorizontalContentAlignment}" />
<Setter Property="HorizontalContentAlignment" Value="{Dynam icResource ExpanderHeaderHorizontalContentAlignment}" />
<Setter Property="VerticalContentAlignment" Value="{Stat icResource ExpanderHeaderVerticalContentAlignment}" />
<Setter Property="VerticalContentAlignment" Value="{Dynam icResource ExpanderHeaderVerticalContentAlignment}" />
<Setter Property="Template">
<Setter Property="Template">
<ControlTemplate>
<ControlTemplate>
<Border x:Name="ToggleButtonBackground"
<Border x:Name="ToggleButtonBackground"
@ -215,11 +215,11 @@
<ControlTheme x:Key="{x:Type Expander}" TargetType="Expander">
<ControlTheme x:Key="{x:Type Expander}" TargetType="Expander">
<Setter Property="IsTabStop" Value="False"/>
<Setter Property="IsTabStop" Value="False"/>
<Setter Property="MinWidth" Value="{DynamicResource FlyoutThemeMinWidth}" />
<Setter Property="MinWidth" Value="{DynamicResource FlyoutThemeMinWidth}" />
<Setter Property="MinHeight" Value="{Stat icResource ExpanderMinHeight}" />
<Setter Property="MinHeight" Value="{Dynam icResource ExpanderMinHeight}" />
<Setter Property="Background" Value="{DynamicResource ExpanderContentBackground}" />
<Setter Property="Background" Value="{DynamicResource ExpanderContentBackground}" />
<Setter Property="BorderBrush" Value="{DynamicResource ExpanderContentBorderBrush}" />
<Setter Property="BorderBrush" Value="{DynamicResource ExpanderContentBorderBrush}" />
<Setter Property="BorderThickness" Value="{DynamicResource ExpanderContentDownBorderThickness}" />
<Setter Property="BorderThickness" Value="{DynamicResource ExpanderContentDownBorderThickness}" />
<Setter Property="Padding" Value="{Stat icResource ExpanderContentPadding}" />
<Setter Property="Padding" Value="{Dynam icResource ExpanderContentPadding}" />
<Setter Property="HorizontalAlignment" Value="Left" />
<Setter Property="HorizontalAlignment" Value="Left" />
<Setter Property="VerticalAlignment" Value="Center" />
<Setter Property="VerticalAlignment" Value="Center" />
<Setter Property="CornerRadius" Value="{DynamicResource ControlCornerRadius}" />
<Setter Property="CornerRadius" Value="{DynamicResource ControlCornerRadius}" />
@ -309,16 +309,16 @@
</Style>
</Style>
<Style Selector="^:left /template/ ToggleButton#ExpanderHeader">
<Style Selector="^:left /template/ ToggleButton#ExpanderHeader">
<Setter Property="Theme" Value="{Stat icResource FluentExpanderToggleButtonLeftTheme}" />
<Setter Property="Theme" Value="{Dynam icResource FluentExpanderToggleButtonLeftTheme}" />
</Style>
</Style>
<Style Selector="^:up /template/ ToggleButton#ExpanderHeader">
<Style Selector="^:up /template/ ToggleButton#ExpanderHeader">
<Setter Property="Theme" Value="{Stat icResource FluentExpanderToggleButtonUpTheme}" />
<Setter Property="Theme" Value="{Dynam icResource FluentExpanderToggleButtonUpTheme}" />
</Style>
</Style>
<Style Selector="^:right /template/ ToggleButton#ExpanderHeader">
<Style Selector="^:right /template/ ToggleButton#ExpanderHeader">
<Setter Property="Theme" Value="{Stat icResource FluentExpanderToggleButtonRightTheme}" />
<Setter Property="Theme" Value="{Dynam icResource FluentExpanderToggleButtonRightTheme}" />
</Style>
</Style>
<Style Selector="^:down /template/ ToggleButton#ExpanderHeader">
<Style Selector="^:down /template/ ToggleButton#ExpanderHeader">
<Setter Property="Theme" Value="{Stat icResource FluentExpanderToggleButtonDownTheme}" />
<Setter Property="Theme" Value="{Dynam icResource FluentExpanderToggleButtonDownTheme}" />
</Style>
</Style>
<Style Selector="^:left /template/ Border#ExpanderContent">
<Style Selector="^:left /template/ Border#ExpanderContent">