Skip to content

Commit 6f3ec04

Browse files
author
Vignesh Ramesh
authored
Merge pull request #3 from VishalOmprasad/master
XAMARIN-43979 : Code example site improvements
2 parents 6d1c2ec + 3ec1d0a commit 6f3ec04

File tree

1 file changed

+54
-2
lines changed

1 file changed

+54
-2
lines changed

README.md

Lines changed: 54 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,54 @@
1-
# How-to-design-a-circular-timer-using-the-.NET-MAUI-Radial-Gauge-control-
2-
This repository contains sample for how to design a circular timer using the .NET MAUI Radial Gauge control
1+
# How to design a circular timer using the .NET MAUI Radial Gauge control
2+
3+
This repository contains sample to design a circular timer using the [Syncfusion .NET MAUI Radial Gauge](https://help.syncfusion.com/maui/radial-gauge/getting-started) control.
4+
5+
Please refer the KB through this [link](https://www.syncfusion.com/kb/13595/how-to-design-a-circular-timer-using-net-maui-radial-gauge-sfradialgauge).
6+
7+
## Syncfusion controls
8+
9+
This project used the following Syncfusion control(s):
10+
* [SfRadialGauge](https://www.syncfusion.com/maui-controls/maui-radial-gauge)
11+
12+
## Supported platforms
13+
14+
.NET Multi-platform App UI (.NET MAUI) apps can be written for the following platforms:
15+
16+
* Android 5.0 (API 21) or higher.
17+
* iOS 10 or higher.
18+
* macOS 10.13 or higher, using Mac Catalyst.
19+
* Windows 11 and Windows 10 version 1809 or higher, using [Windows UI Library (WinUI) 3](https://learn.microsoft.com/en-us/windows/apps/winui/winui3/).
20+
21+
## Requirements to run the sample
22+
23+
* [Visual Studio 2022 Preview](https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes-preview) version 17.3.4 or higher (.NET MAUI version 6.0.486) or [Visual Studio 2022 for Mac 17.4 Preview](https://visualstudio.microsoft.com/vs/mac/preview/).
24+
* .NET 6.0
25+
26+
Refer to the following link for more details: [System Requirements](https://help.syncfusion.com/maui/system-requirements)
27+
28+
## How to run the sample
29+
30+
1. Clone the sample and open it in Visual Studio 2022 Preview.
31+
32+
*Note: If you download the sample using the "Download ZIP" option, right-click it, select Properties, and then select Unblock.*
33+
34+
2. Register your license key in the App.cs file as demonstrated in the following code.
35+
36+
public App()
37+
{
38+
//Register Syncfusion license
39+
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY");
40+
41+
InitializeComponent();
42+
43+
MainPage = new MainPage();
44+
}
45+
46+
Refer to this [link](https://help.syncfusion.com/maui/licensing/overview) for more details.
47+
48+
3. Clean and build the application.
49+
50+
4. Run the application.
51+
52+
## License
53+
54+
Syncfusion has no liability for any damage or consequence that may arise by using or viewing the samples. The samples are for demonstrative purposes, and if you choose to use or access the samples, you agree to not hold Syncfusion liable, in any form, for any damage that is related to use, for accessing, or viewing the samples. By accessing, viewing, or seeing the samples, you acknowledge and agree Syncfusion’s samples will not allow you seek injunctive relief in any form for any claim related to the sample. If you do not agree to this, do not view, access, utilize, or otherwise do anything with Syncfusion’s samples.

0 commit comments

Comments
 (0)