Skip to content

Commit 94af716

Browse files
author
Alberto Fustinoni
committed
Added outline color picker to sample page
1 parent a9c2d9f commit 94af716

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/RadialProgressBar/RadialProgressBarCode.bind

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
Minimum="0"
2323
Maximum="100"
2424
Width="@[Width:Slider:100:100-200]"
25-
Height="@[Height:Slider:100:100-200]"/>
25+
Height="@[Height:Slider:100:100-200]"
26+
Outline="@[Outline:Brush:LightGray]"/>
2627
</Grid>
2728
</Grid>
2829
</Page>

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/RadialProgressBar/RadialProgressBarPage.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
Thickness="{Binding Thickness.Value, Mode=OneWay}"
2222
Value="{Binding Value.Value, Mode=OneWay}"
2323
Width="{Binding Width.Value, Mode=OneWay}"
24-
Height="{Binding Height.Value, Mode=OneWay}"/>
24+
Height="{Binding Height.Value, Mode=OneWay}"
25+
Outline="{Binding Outline.Value, Mode=OneWay}"/>
2526
</Grid>
2627
</Grid>
2728
</Page>

0 commit comments

Comments
 (0)