|
@@ -129,6 +129,7 @@
|
|
|
VerticalAlignment="Bottom"
|
|
VerticalAlignment="Bottom"
|
|
|
Placement="Top"
|
|
Placement="Top"
|
|
|
IsVisible="False"
|
|
IsVisible="False"
|
|
|
|
|
+ IsDirectionReversed="{TemplateBinding IsDirectionReversed}"
|
|
|
Fill="{DynamicResource SliderTickBarFill}"/>
|
|
Fill="{DynamicResource SliderTickBarFill}"/>
|
|
|
<TickBar
|
|
<TickBar
|
|
|
Name="BottomTickBar"
|
|
Name="BottomTickBar"
|
|
@@ -144,6 +145,7 @@
|
|
|
VerticalAlignment="Top"
|
|
VerticalAlignment="Top"
|
|
|
Placement="Bottom"
|
|
Placement="Bottom"
|
|
|
IsVisible="False"
|
|
IsVisible="False"
|
|
|
|
|
+ IsDirectionReversed="{TemplateBinding IsDirectionReversed}"
|
|
|
Fill="{DynamicResource SliderTickBarFill}" />
|
|
Fill="{DynamicResource SliderTickBarFill}" />
|
|
|
<Track
|
|
<Track
|
|
|
Name="PART_Track"
|
|
Name="PART_Track"
|
|
@@ -225,8 +227,9 @@
|
|
|
HorizontalAlignment="Right"
|
|
HorizontalAlignment="Right"
|
|
|
Placement="Left"
|
|
Placement="Left"
|
|
|
IsVisible="False"
|
|
IsVisible="False"
|
|
|
|
|
+ IsDirectionReversed="{TemplateBinding IsDirectionReversed}"
|
|
|
Fill="{DynamicResource SliderTickBarFill}"/>
|
|
Fill="{DynamicResource SliderTickBarFill}"/>
|
|
|
- <TickBar
|
|
|
|
|
|
|
+ <TickBar
|
|
|
Name="RightTickBar"
|
|
Name="RightTickBar"
|
|
|
Grid.RowSpan="3"
|
|
Grid.RowSpan="3"
|
|
|
Grid.Column="2"
|
|
Grid.Column="2"
|
|
@@ -240,6 +243,7 @@
|
|
|
HorizontalAlignment="Left"
|
|
HorizontalAlignment="Left"
|
|
|
Placement="Right"
|
|
Placement="Right"
|
|
|
IsVisible="False"
|
|
IsVisible="False"
|
|
|
|
|
+ IsDirectionReversed="{TemplateBinding IsDirectionReversed}"
|
|
|
Fill="{DynamicResource SliderTickBarFill}"/>
|
|
Fill="{DynamicResource SliderTickBarFill}"/>
|
|
|
<Track
|
|
<Track
|
|
|
Name="PART_Track"
|
|
Name="PART_Track"
|