Skip to content

Commit ee8eaab

Browse files
committed
Added FlowDirection override to RadialGauge default style
1 parent 4f394ce commit ee8eaab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)