Skip to content

Commit 6d1c2ec

Browse files
author
Vignesh Ramesh
authored
Merge pull request #2 from SVRagul/master
How to design a circular timer using the .NET MAUI Radial Gauge (SfRadialGauge)
2 parents fdecc85 + e9fac5e commit 6d1c2ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CircularTimer/MainPage.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<gauge:SfRadialGauge.Axes>
99
<gauge:RadialAxis StartAngle="270"
1010
EndAngle="270"
11+
Minimum="0"
1112
Maximum="60"
1213
ShowLabels="False"
1314
ShowTicks="False">
@@ -36,7 +37,7 @@
3637
Clicked="play_pause_Clicked"
3738
Text="&#xe737;"
3839
IsVisible="True"
39-
FontSize="Large"
40+
FontSize="50"
4041
FontFamily="Sync FontIcons"
4142
TextColor="Blue"
4243
HeightRequest="40"
@@ -49,7 +50,7 @@
4950
Clicked="play_pause_Clicked"
5051
Text="&#xe769;"
5152
IsVisible="False"
52-
FontSize="Medium"
53+
FontSize="50"
5354
FontFamily="Sync FontIcons"
5455
TextColor="Blue"
5556
HeightRequest="40"

0 commit comments

Comments
 (0)