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 4f394ce commit ee8eaabCopy full SHA for ee8eaab
Microsoft.Toolkit.Uwp.UI.Controls.Input/RadialGauge/RadialGauge.xaml
@@ -81,6 +81,7 @@
81
Value="{ThemeResource RadialGaugeForeground}" />
82
<Setter Property="UseSystemFocusVisuals"
83
Value="True" />
84
+ <Setter Property="FlowDirection" Value="LeftToRight"/>
85
<Setter Property="Template">
86
<Setter.Value>
87
<ControlTemplate TargetType="local:RadialGauge">
0 commit comments