Skip to content

Commit f5357ae

Browse files
Merge pull request #2 from SyncfusionExamples/848186_Update-Readme
848186_Update readme file
2 parents 195b619 + 40e482b commit f5357ae

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,37 @@
11
# wpf-BusyIndicator-examples
22
Contains the examples for SfBusyIndicator in WPF platform
3+
# Getting Started with BusyIndicator sample
4+
Step 1: Add the NuGet to the project and add the namespace as shown in the following code sample:
5+
6+
**[XAML]**
7+
8+
```
9+
Namespace: Syncfusion.Windows.Controls.Notification.
10+
Assembly: Syncfusion.SfBusyIndicator.WPF
11+
```
12+
13+
14+
Step 2: Then initialize an empty SfChipGroup as shown in the following code:
15+
16+
**[XAML]**
17+
18+
```
19+
<Grid Background="CornflowerBlue">
20+
<Notification:SfBusyIndicator/>
21+
</Grid>
22+
```
23+
**[C#]**
24+
```
25+
SfBusyIndicator busyIndicator = new SfBusyIndicator();
26+
```
27+
## How to run this application?
28+
29+
To run this application, you need to first clone the wpf-BusyIndicator-examples repository and then open it in Visual Studio 2022. Now, simply build and run your project to view the output.
30+
31+
## <a name="troubleshooting"></a>Troubleshooting ##
32+
### Path too long exception
33+
If you are facing path too long exception when building this example project, close Visual Studio and rename the repository to short and build the project.
34+
35+
## License
36+
37+
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)