We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8eaab commit 731dc29Copy full SHA for 731dc29
Microsoft.Toolkit.Uwp.UI.Controls.Core/RadialProgressBar/RadialProgressBar.xaml
@@ -8,6 +8,7 @@
8
<Setter Property="Outline" Value="{ThemeResource SystemControlBackgroundBaseLowBrush}" />
9
<Setter Property="Background" Value="Transparent" />
10
<Setter Property="Thickness" Value="4"/>
11
+ <Setter Property="FlowDirection" Value="LeftToRight"/>
12
<Setter Property="Template">
13
<Setter.Value>
14
<ControlTemplate TargetType="local:RadialProgressBar">
0 commit comments