Skip to content

Commit 4df3d51

Browse files
Merge pull request #4520 from Avid29/Radial-RTL_override
Added FlowDirection override to RadialProgressBar and RadialGauge default style
2 parents 1d2d48f + 731dc29 commit 4df3d51

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Core/RadialProgressBar/RadialProgressBar.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<Setter Property="Outline" Value="{ThemeResource SystemControlBackgroundBaseLowBrush}" />
99
<Setter Property="Background" Value="Transparent" />
1010
<Setter Property="Thickness" Value="4"/>
11+
<Setter Property="FlowDirection" Value="LeftToRight"/>
1112
<Setter Property="Template">
1213
<Setter.Value>
1314
<ControlTemplate TargetType="local:RadialProgressBar">

Microsoft.Toolkit.Uwp.UI.Controls.Input/RadialGauge/RadialGauge.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
Value="{ThemeResource RadialGaugeForeground}" />
8282
<Setter Property="UseSystemFocusVisuals"
8383
Value="True" />
84+
<Setter Property="FlowDirection" Value="LeftToRight"/>
8485
<Setter Property="Template">
8586
<Setter.Value>
8687
<ControlTemplate TargetType="local:RadialGauge">

0 commit comments

Comments
 (0)