diff --git a/README.md b/README.md index 4ac1d9b..b50813a 100644 --- a/README.md +++ b/README.md @@ -6,32 +6,32 @@ For know more details about Radial Menu: https://www.syncfusion.com/xamarin-ui-c Radial Menu user guide documentation: https://help.syncfusion.com/xamarin/radial-menu/getting-started -# Getting Started with Xamarin Radial Menu (SfRadialMenu) +## Getting Started with Xamarin Radial Menu (SfRadialMenu) This section explains the steps required to launch the radial menu with hierarchical items that can be used as mobile phone system settings. This section covers only the minimal features that needed to get started with the radial menu. -# Adding SfRadialMenu reference +### Adding SfRadialMenu reference You can add SfRadialMenu reference using one of the following methods: -## Method 1: Adding SfRadialMenu reference from nuget.org +#### Method 1: Adding SfRadialMenu reference from nuget.org Syncfusion Xamarin components are available in nuget.org. To add SfRadialMenu to your project, open the NuGet package manager in Visual Studio, search for Syncfusion.Xamarin.SfRadialMenu, and then install it. -## Method 2: Adding SfRadialMenu reference from toolbox +#### Method 2: Adding SfRadialMenu reference from toolbox Syncfusion also provides Xamarin Toolbox. Using this toolbox, you can drag the SfRadialMenu control to the XAML page. It will automatically install the required NuGet packages and add the namespace to the page. To install Syncfusion Xamarin Toolbox, refer to Toolbox. -## Method 3: Adding SfRadialMenu assemblies manually from the installed location +#### Method 3: Adding SfRadialMenu assemblies manually from the installed location If you prefer to manually reference the assemblies instead referencing from NuGet, add the following assemblies in respective projects. -# Creating a simple radial menu +## Creating a simple radial menu The SfRadialMenu control is configured entirely in C# code or in XAML markup. The following steps explain how to create SfRadialMenu and configure its elements: -## Create the project +### Create the project Create a new BlankApp (Xamarin.Forms.Portable) application in Xamarin Studio or Visual Studio for Xamarin.Forms. -## Adding radial menu in Xamarin.Forms +#### Adding radial menu in Xamarin.Forms * Add the required assembly references to the pcl and renderer projects. * Add namespace for the referred assemblies. @@ -49,7 +49,7 @@ Set the radial menu control as content to the ContentPage. ``` -## Adding radial menu with items +#### Adding radial menu with items **[XAML]** ```