File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Microsoft.Toolkit.Uwp.UI.Controls.Core/RadialProgressBar
Microsoft.Toolkit.Uwp.UI.Controls.Input/RadialGauge Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 8
8
<Setter Property =" Outline" Value =" {ThemeResource SystemControlBackgroundBaseLowBrush}" />
9
9
<Setter Property =" Background" Value =" Transparent" />
10
10
<Setter Property =" Thickness" Value =" 4" />
11
+ <Setter Property =" FlowDirection" Value =" LeftToRight" />
11
12
<Setter Property =" Template" >
12
13
<Setter .Value>
13
14
<ControlTemplate TargetType =" local:RadialProgressBar" >
Original file line number Diff line number Diff line change 81
81
Value =" {ThemeResource RadialGaugeForeground}" />
82
82
<Setter Property =" UseSystemFocusVisuals"
83
83
Value =" True" />
84
+ <Setter Property =" FlowDirection" Value =" LeftToRight" />
84
85
<Setter Property =" Template" >
85
86
<Setter .Value>
86
87
<ControlTemplate TargetType =" local:RadialGauge" >
You can’t perform that action at this time.
0 commit comments