Skip to content

Commit ab76a06

Browse files
AravindSubramaniyanAravindSubramaniyan
authored andcommitted
97950-2658-Update Invalid Samples Radial Gauge .NET MAUI
1 parent a3a5057 commit ab76a06

1 file changed

Lines changed: 53 additions & 1 deletion

File tree

README.md

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,54 @@
1-
# Create a Directional Compass in .NET MAUI using Radial Gauge
1+
## Create a Directional Compass in .NET MAUI using Radial Gauge
2+
23
Create a Directional Compass in.NET MAUI using Radial Gauge
4+
5+
# Syncfusion controls
6+
7+
This project used the following Syncfusion control(s):
8+
* [.NET MAUI Gauge (SfRadialGauge)](https://www.syncfusion.com/maui-controls/maui-radial-gauge)
9+
10+
## Supported platforms
11+
12+
.NET Multi-platform App UI (.NET MAUI) apps can be written for the following platforms:
13+
14+
* Android 5.0 (API 21) or higher.
15+
* iOS 11 or higher, using the latest release of Xcode.
16+
* macOS 10.15 or higher, using Mac Catalyst.
17+
* 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/).
18+
19+
## Requirements to run the sample
20+
21+
* [Visual Studio 2022 Preview](https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes-preview) version 17.6.0 or higher (.NET MAUI version 6.0.552) with .NET 7.0 and .NET 8.0
22+
* [Microsoft Visual Studio 2022](https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes) version 17.5.1 with (.NET MAUI version 6.0.552) with .NET 7.0 and .NET 8.0
23+
* [Visual Studio 2022 for Mac](https://visualstudio.microsoft.com/vs/mac) version 17.5 (.NET MAUI version 6.0.552) with .NET 7.0 and .NET 8.0
24+
25+
Refer to the following link for more details: [System Requirements](https://help.syncfusion.com/maui/system-requirements)
26+
27+
## How to run the sample
28+
29+
1. Clone the sample and open it in Visual Studio 2022 preview.
30+
31+
*Note: If you download the sample using the "Download ZIP" option, right-click it, select Properties, and then select Unblock.*
32+
33+
2. Register your license key in the App.cs file as demonstrated in the following code.
34+
35+
public App()
36+
{
37+
//Register Syncfusion license
38+
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY");
39+
40+
InitializeComponent();
41+
42+
MainPage = new MainPage();
43+
}
44+
45+
Refer to this [link](https://help.syncfusion.com/maui/licensing/overview) for more details.
46+
47+
3. Clean and build the application.
48+
49+
4. Run the application.
50+
51+
## License
52+
53+
Syncfusion has no liability for any damage or consequence that may arise from using or viewing the samples. The samples are for demonstrative purposes. If you choose to use or access the samples, you agree to not hold Syncfusion liable, in any form, for any damage 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.
54+

0 commit comments

Comments
 (0)