|
|
|
@ -100,14 +100,14 @@ |
|
|
|
<Border x:Name="OuterBorder" |
|
|
|
Grid.Row="1" |
|
|
|
Height="20" |
|
|
|
Width="40" |
|
|
|
Width="42" |
|
|
|
CornerRadius="10" |
|
|
|
BorderThickness="{DynamicResource ToggleSwitchOuterBorderStrokeThickness}" /> |
|
|
|
|
|
|
|
<Border x:Name="SwitchKnobBounds" |
|
|
|
Grid.Row="1" |
|
|
|
Height="20" |
|
|
|
Width="40" |
|
|
|
Width="42" |
|
|
|
CornerRadius="10" |
|
|
|
BorderThickness="{DynamicResource ToggleSwitchOnStrokeThickness}"/> |
|
|
|
|
|
|
|
@ -335,7 +335,7 @@ |
|
|
|
<x:Double x:Key="ToggleSwitchPreContentMargin">6</x:Double> |
|
|
|
<x:Double x:Key="ToggleSwitchPostContentMargin">6</x:Double> |
|
|
|
<x:Double x:Key="ToggleSwitchThemeMinWidth">154</x:Double> |
|
|
|
<x:Double x:Key="KnobOnPosition">20</x:Double> |
|
|
|
<x:Double x:Key="KnobOnPosition">22</x:Double> |
|
|
|
<x:Double x:Key="KnobOffPosition">0</x:Double> |
|
|
|
|
|
|
|
</Styles.Resources> |
|
|
|
|