From 7089d123897ec3e1bacc7420c7574802aef9704e Mon Sep 17 00:00:00 2001 From: Krithika Date: Fri, 20 Dec 2024 13:11:24 +0530 Subject: [PATCH 1/7] Added the Trademark Symbol in md files --- Xamarin/Diagram/Getting-Started.md | 10 +++--- Xamarin/ProgressBar/GettingStarted.md | 31 ++++++++++--------- Xamarin/Rich-Text-Editor/GettingStarted.md | 10 +++--- .../Loading-and-saving-RTF-content.md | 6 ++-- Xamarin/Rich-Text-Editor/Localization.md | 2 +- Xamarin/Rich-Text-Editor/Overview.md | 2 +- Xamarin/StepProgressBar/GettingStarted.md | 10 +++--- 7 files changed, 36 insertions(+), 35 deletions(-) diff --git a/Xamarin/Diagram/Getting-Started.md b/Xamarin/Diagram/Getting-Started.md index 3d359fc06..effad647e 100644 --- a/Xamarin/Diagram/Getting-Started.md +++ b/Xamarin/Diagram/Getting-Started.md @@ -1,7 +1,7 @@ --- title: Getting Started with Xamarin Diagram control | Syncfusion description: Learn here about getting started with Syncfusion Xamarin Diagram (SfDiagram) control, its elements and more. -platform: Xamarin +platform: xamarin control: SfDiagram documentation: UG keywords: @@ -14,7 +14,7 @@ This section provides a quick overview for working with Diagram for Xamarin.Form ## Assembly deployment -After installing [Essential Studio® for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib. +After installing [Essential Studio® for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion® Essential Studio® Installed location} \Essential Studio\\{Version #}\Xamarin\lib. E.g.: C:\Program Files (x86) \Syncfusion\Essential Studio\19.1.0.54\Xamarin\lib @@ -26,7 +26,7 @@ You can add SfDiagram reference using one of the following methods: **Method 1: Adding SfDiagram reference from nuget.org** -Syncfusion Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfDiagram to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.SfDiagram](https://www.nuget.org/packages/Syncfusion.Xamarin.SfDiagram), and then install it. +Syncfusion® Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfDiagram to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.SfDiagram](https://www.nuget.org/packages/Syncfusion.Xamarin.SfDiagram), and then install it. ![Adding SfDiagram reference from NuGet](Getting-Started_images/Adding SfDiagram reference.png) @@ -34,7 +34,7 @@ N> Install the same version of SfDiagram NuGet in all the projects. **Method 2: Adding SfDiagram reference from toolbox** -Syncfusion also provides Xamarin Toolbox. Using this toolbox, you can drag the SfDiagram 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](https://help.syncfusion.com/xamarin/utility#toolbox). +Syncfusion® also provides Xamarin Toolbox. Using this toolbox, you can drag the SfDiagram 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](https://help.syncfusion.com/xamarin/utility#toolbox). **Method 3: Adding SfDiagram assemblies manually from the installed location** @@ -63,7 +63,7 @@ Location: {Installed location}/{version}/Xamarin/lib N> To know more about obtaining our components, refer to these links for [Mac](https://help.syncfusion.com/xamarin/installation/mac-installer/how-to-download) and [Windows](https://help.syncfusion.com/xamarin/installation/web-installer/how-to-download). -I> Starting with v16.2.0.x, if you reference Syncfusion assemblies from the trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to [Syncfusion license key](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion license key in your Xamarin application to use our components. +I> Starting with v16.2.0.x, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to [Syncfusion® license key](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion® license key in your Xamarin application to use our components. N> If you are adding the references from toolbox, this step is not needed. diff --git a/Xamarin/ProgressBar/GettingStarted.md b/Xamarin/ProgressBar/GettingStarted.md index c655d884d..765113a3e 100644 --- a/Xamarin/ProgressBar/GettingStarted.md +++ b/Xamarin/ProgressBar/GettingStarted.md @@ -13,7 +13,7 @@ This section explains the steps required to work with the progress bar control f ## Assembly deployment -After installing [Essential Studio® for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib. +After installing [Essential Studio® for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion® Essential Studio® Installed location} \Essential Studio\\{Version #}\Xamarin\lib. E.g.: C:\Program Files (x86) \Syncfusion\Essential Studio\19.1.0.54\Xamarin\lib @@ -25,7 +25,7 @@ You can add SfProgressBar reference using one of the following methods: **Method 1: Adding SfProgressBar reference from nuget.org** -Syncfusion Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfProgressBar to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.SfProgressBar](https://www.nuget.org/packages/Syncfusion.Xamarin.SfProgressBar), and then install it. +Syncfusion® Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfProgressBar to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.SfProgressBar](https://www.nuget.org/packages/Syncfusion.Xamarin.SfProgressBar), and then install it. ![Adding SfProgressBar reference from NuGet](overview_images/Adding SfProgressBar reference.png) @@ -33,7 +33,7 @@ N> Install the same version of SfProgressBar NuGet in all the projects. **Method 2: Adding SfProgressBar reference from toolbox** -Syncfusion also provides Xamarin Toolbox. Using this toolbox, you can drag the SfProgressBar 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](https://help.syncfusion.com/xamarin/utility#toolbox). +Syncfusion® also provides Xamarin Toolbox. Using this toolbox, you can drag the SfProgressBar 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](https://help.syncfusion.com/xamarin/utility#toolbox). **Method 3: Adding SfProgressBar assemblies manually from the installed location** @@ -62,7 +62,7 @@ Location: {Installed location}/{version}/Xamarin/lib N> To know more about obtaining our components, refer to these links for [Mac](https://help.syncfusion.com/xamarin/installation/mac-installer/how-to-download) and [Windows](https://help.syncfusion.com/xamarin/installation/web-installer/how-to-download). -I> Starting with v16.2.0.x, if you reference Syncfusion assemblies from the trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to [Syncfusion license key](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion license key in your Xamarin application to use our components. +I> Starting with v16.2.0.x, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to [Syncfusion® license key](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion® license key in your Xamarin application to use our components. ## Launching the application on each platform with progress bar @@ -74,7 +74,8 @@ N> If you are adding the references from toolbox, this step is not needed. To launch the progress bar in iOS, call the SfLinearProgressBarRenderer.Init() or SfCircularProgressBarRenderer.Init() in the FinishedLaunching overridden method of the AppDelegate class after the Xamarin.Forms framework has been initialized and before the LoadApplication is called as demonstrated in the following code sample. -{% highlight C# %} +{% tabs %} +{% highlight c# %} public override bool FinishedLaunching(UIApplication app, NSDictionary options) { @@ -92,12 +93,13 @@ public override bool FinishedLaunching(UIApplication app, NSDictionary options) } {% endhighlight %} +{% endtabs %} ### Universal Windows Platform (UWP) To launch the progress bar in UWP, initialize the progress bar assemblies in App.xaml.cs in UWP project as demonstrated in the following code samples. This is required to deploy the application with progress bar in `Release` mode in UWP platform. - -{% highlight C# %} +{% tabs %} +{% highlight c# %} // In App.xaml.cs protected override void OnLaunched(LaunchActivatedEventArgs e) @@ -118,8 +120,8 @@ protected override void OnLaunched(LaunchActivatedEventArgs e) … } - {% endhighlight %} +{% endtabs %} ### Android @@ -130,14 +132,13 @@ The Android platform does not require any additional configuration to render the Import the progress bar namespace as demonstrated in the following code sample in your respective page. -{% tabs %} - +{% tabs %} {% highlight xaml %} xmlns:progressBar="clr-namespace:Syncfusion.XForms.ProgressBar;assembly=Syncfusion.SfProgressBar.XForms" {% endhighlight %} -{% highlight C# %} +{% highlight c# %} using Syncfusion.XForms.ProgressBar; @@ -157,7 +158,7 @@ The progress bar control has two variants: SfLinearProgressBar and SfCircularPro {% endhighlight %} -{% highlight C# %} +{% highlight c# %} // Using linear progress bar. SfLinearProgressBar linearProgressBar = new SfLinearProgressBar { Progress = 75 }; @@ -191,7 +192,7 @@ When the progress of a task cannot be shown determinately, you can enable the in {% endhighlight %} -{% highlight C# %} +{% highlight c# %} // Using linear progress bar. SfLinearProgressBar linearProgressBar = new SfLinearProgressBar { IsIndeterminate = true }; @@ -216,7 +217,7 @@ To visualize the progress of a multiple sequential task, split the progress bar {% endhighlight %} -{% highlight C# %} +{% highlight c# %} // Using linear progress bar. SfLinearProgressBar linearProgressBar = new SfLinearProgressBar { Progress = 75, SegmentCount = 4 }; @@ -245,7 +246,7 @@ You can customize the color of the progress indicator and track by defining the {% endhighlight %} -{% highlight C# %} +{% highlight c# %} // Using linear progress bar. SfLinearProgressBar linearProgressBar = new SfLinearProgressBar{Progress = 75,TrackColor = Color.FromHex("#33ffbe06"),ProgressColor = Color.FromHex("#FFffbe06")}; diff --git a/Xamarin/Rich-Text-Editor/GettingStarted.md b/Xamarin/Rich-Text-Editor/GettingStarted.md index 462ed628a..d8442261a 100644 --- a/Xamarin/Rich-Text-Editor/GettingStarted.md +++ b/Xamarin/Rich-Text-Editor/GettingStarted.md @@ -13,7 +13,7 @@ This section explains the steps required to work with the Rich Text Editor contr ## Assembly deployment -After installing [Essential Studio® for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib. +After installing [Essential Studio® for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion® Essential Studio® Installed location} \Essential Studio\\{Version #}\Xamarin\lib. E.g.: C:\Program Files (x86) \Syncfusion\Essential Studio\19.1.0.54\Xamarin\lib @@ -25,7 +25,7 @@ You can add Rich Text Editor reference using one of the following methods: **Method 1: Adding SfRichTextEditor reference from nuget.org** -Syncfusion Xamarin components are available in [nuget.org](https://www.nuget.org/). To add Rich Text Editor to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.SfRichTextEditor](https://www.nuget.org/packages/Syncfusion.Xamarin.SfRichTextEditor) and then install it. +Syncfusion® Xamarin components are available in [nuget.org](https://www.nuget.org/). To add Rich Text Editor to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.SfRichTextEditor](https://www.nuget.org/packages/Syncfusion.Xamarin.SfRichTextEditor) and then install it. ![Adding SfRichTextEditor reference from NuGet](SfRichTextEditor_Images/RichTextEditor_reference.png) @@ -33,7 +33,7 @@ N> Install the same version of SfRichTextEditor NuGet in all the projects. **Method 2: Adding SfRichTextEditor reference from toolbox** -Syncfusion also provides Xamarin Toolbox. Using this toolbox, you can drag the Rich Text Editor 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](https://help.syncfusion.com/xamarin/utility#toolbox). +Syncfusion® also provides Xamarin Toolbox. Using this toolbox, you can drag the Rich Text Editor 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](https://help.syncfusion.com/xamarin/utility#toolbox). **Method 3: Adding SfRichTextEditor assemblies manually from the installed location** @@ -61,9 +61,9 @@ Location: {Installed location}/{version}/Xamarin/lib -N> To learn more about obtaining Syncfusion components, refer to [Mac](https://help.syncfusion.com/xamarin/installation/mac-installer/how-to-download) and [Windows](https://help.syncfusion.com/xamarin/installation/web-installer/how-to-download). +N> To learn more about obtaining Syncfusion® components, refer to [Mac](https://help.syncfusion.com/xamarin/installation/mac-installer/how-to-download) and [Windows](https://help.syncfusion.com/xamarin/installation/web-installer/how-to-download). -I> Starting with v16.2.0.x, if you reference Syncfusion assemblies from the trial setup or from the NuGet feed, you also have to include a license key in your projects. Refer to the [Syncfusion license key](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion license key in your Xamarin application to use Syncfusion components. +I> Starting with v16.2.0.x, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you also have to include a license key in your projects. Refer to the [Syncfusion® license key](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion® license key in your Xamarin application to use Syncfusion® components. ## Launching the application on each platform with Rich Text Editor diff --git a/Xamarin/Rich-Text-Editor/Loading-and-saving-RTF-content.md b/Xamarin/Rich-Text-Editor/Loading-and-saving-RTF-content.md index 9c124c4c2..f5d062baa 100644 --- a/Xamarin/Rich-Text-Editor/Loading-and-saving-RTF-content.md +++ b/Xamarin/Rich-Text-Editor/Loading-and-saving-RTF-content.md @@ -9,7 +9,7 @@ documentation: ug # Loading and saving RTF content in Xamarin Rich Text Editor -The Xamarin Rich Text Editor control provides support to load and save RTF content with help of [Essential DocIO](https://help.syncfusion.com/file-formats/docio/overview). +The Xamarin Rich Text Editor control provides support to load and save RTF content with help of [Essential® DocIO](https://help.syncfusion.com/file-formats/docio/overview). ## Prerequisite @@ -17,7 +17,7 @@ To manipulate RTF content in your application, the [Syncfusion.Xamarin.DocIO.nup ### Loading the RTF content into the Rich Text Editor. -The RTF content must be converted to HTML using the Essential DocIO and then, converted HTML need to be loaded into the Rich Text Editor. The following code example shows how to load the RTF content into a Rich Text Editor control. +The RTF content must be converted to HTML using the Essential® DocIO and then, converted HTML need to be loaded into the Rich Text Editor. The following code example shows how to load the RTF content into a Rich Text Editor control. {% tabs %} @@ -61,7 +61,7 @@ private string IgnoreVoidElementsInHTML(string inputString) ## Save Rich Text Editor content as RTF -The SfRichTextEditor does not directly retrieves the content as RTF. Instead, the HTML content must be converted as RTF using the Essential DocIO. The following code example shows how to retrieve the RTF content from the Rich Text Editor. +The SfRichTextEditor does not directly retrieves the content as RTF. Instead, the HTML content must be converted as RTF using the Essential® DocIO. The following code example shows how to retrieve the RTF content from the Rich Text Editor. {% tabs %} diff --git a/Xamarin/Rich-Text-Editor/Localization.md b/Xamarin/Rich-Text-Editor/Localization.md index c6683cdc2..38b3c3be5 100644 --- a/Xamarin/Rich-Text-Editor/Localization.md +++ b/Xamarin/Rich-Text-Editor/Localization.md @@ -38,7 +38,7 @@ To localize the SfRichTextEditor, follow the steps in application level: ## Add a .resx file -In the portable project of your application, add a `.resx` file inside the resources folder with **Build Action -> EmbeddedResource**. File name should be `Syncfusion control's Namespace + language code` format. +In the portable project of your application, add a `.resx` file inside the resources folder with **Build Action -> EmbeddedResource**. File name should be `Syncfusion® control's Namespace + language code` format. For example, to set the culture to French, the file should be named as **Syncfusion.SfRichTextEditor.XForms.fr-FR.resx**. diff --git a/Xamarin/Rich-Text-Editor/Overview.md b/Xamarin/Rich-Text-Editor/Overview.md index c6aef0f93..4a099f0bc 100644 --- a/Xamarin/Rich-Text-Editor/Overview.md +++ b/Xamarin/Rich-Text-Editor/Overview.md @@ -28,7 +28,7 @@ The Xamarin Rich Text Editor control is a WYSIWYG editor that provides a great u 1. RichTextEditor scroll view will not be working if the control is placed inside a ScrollView. 2. To avoid rendering of the RichTextEditor out of the screen, it is highly recommended to set the `MaximumHeightRequest` property when the `AutoSize` is enabled. 3. Toolbar will be hidden when the `MaximumHeightRequest` is beyond the keyboard region. - 4. The RichTextEditor control will allow only text or HTML text as the content of the editor. The RTF content can be loaded in the RichTextEditor control using the Essential DocIO control. + 4. The RichTextEditor control will allow only text or HTML text as the content of the editor. The RTF content can be loaded in the RichTextEditor control using the Essential® DocIO control. ### iOS 1. AutoFocus will not be working when `AutoSize` is enabled. diff --git a/Xamarin/StepProgressBar/GettingStarted.md b/Xamarin/StepProgressBar/GettingStarted.md index b2cb19b27..22080c265 100644 --- a/Xamarin/StepProgressBar/GettingStarted.md +++ b/Xamarin/StepProgressBar/GettingStarted.md @@ -13,7 +13,7 @@ This section explains the steps required to work with the StepProgressBar contro ## Assembly deployment -After installing [Essential Studio® for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib. +After installing [Essential Studio® for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio® Installed location} \Essential Studio\\{Version #}\Xamarin\lib. E.g.: C:\Program Files (x86) \Syncfusion\Essential Studio\19.1.0.54\Xamarin\lib @@ -25,7 +25,7 @@ You can add SfStepProgressBar reference using one of the following methods: **Method 1: Adding SfStepProgressBar reference from nuget.org** -Syncfusion Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfStepProgressBar to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.SfProgressBar](https://www.nuget.org/packages/Syncfusion.Xamarin.SfProgressBar), and then install it. +Syncfusion® Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfStepProgressBar to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.SfProgressBar](https://www.nuget.org/packages/Syncfusion.Xamarin.SfProgressBar), and then install it. ![Adding SfStepProgressBar reference from NuGet](overview_images/Adding SfStepProgressBar reference.png) @@ -33,7 +33,7 @@ N> Install the same version of SfProgressBar NuGet in all the projects. **Method 2: Adding SfStepProgressBar reference from toolbox** -Syncfusion also provides Xamarin Toolbox. Using this toolbox, you can drag the StepProgressBar 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](https://help.syncfusion.com/xamarin/utility#toolbox). +Syncfusion® also provides Xamarin Toolbox. Using this toolbox, you can drag the StepProgressBar 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](https://help.syncfusion.com/xamarin/utility#toolbox). **Method 3: Adding SfStepProgressBar assemblies manually from the installed location** @@ -60,9 +60,9 @@ Location: {Installed location}/{version}/Xamarin/lib -N> To learn more about obtaining Syncfusion components, refer to [Mac](https://help.syncfusion.com/xamarin/installation/mac-installer/how-to-download) and [Windows](https://help.syncfusion.com/xamarin/installation/web-installer/how-to-download/). +N> To learn more about obtaining Syncfusion® components, refer to [Mac](https://help.syncfusion.com/xamarin/installation/mac-installer/how-to-download) and [Windows](https://help.syncfusion.com/xamarin/installation/web-installer/how-to-download/). -I> Starting with v16.2.0.x, if you reference Syncfusion assemblies from the trial setup or from the NuGet feed, you also have to include a license key in your projects. Refer the [Syncfusion license key](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion license key in your Xamarin application to use Syncfusion components. +I> Starting with v16.2.0.x, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you also have to include a license key in your projects. Refer the [Syncfusion® license key](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion® license key in your Xamarin application to use Syncfusion® components. ## Launching the application on each platform with StepProgressBar From 60849871cb432a1a7e17cf55f7d88df1fa2c1c73 Mon Sep 17 00:00:00 2001 From: Krithika Date: Fri, 20 Dec 2024 13:22:35 +0530 Subject: [PATCH 2/7] Added the Trademark Symbol in md files --- Xamarin/Diagram/Annotation.md | 4 ++-- Xamarin/Diagram/Connector.md | 4 ++-- Xamarin/Diagram/Diagram.md | 4 ++-- Xamarin/Diagram/DrawingMode.md | 4 ++-- Xamarin/Diagram/Getting-Started.md | 4 ++-- Xamarin/Diagram/Gridlines.md | 4 ++-- Xamarin/Diagram/Layout.md | 4 ++-- Xamarin/Diagram/Mindmap.md | 4 ++-- Xamarin/Diagram/Node.md | 4 ++-- Xamarin/Diagram/Overview.md | 4 ++-- Xamarin/Diagram/OverviewPanel.md | 4 ++-- Xamarin/Diagram/Port.md | 4 ++-- Xamarin/Diagram/Scroll-Settings/AutoScrollLimit.md | 4 ++-- Xamarin/Diagram/Scroll-Settings/DragLimit.md | 4 ++-- Xamarin/Diagram/Scroll-Settings/ScrollLimit.md | 4 ++-- Xamarin/Diagram/Stencil.md | 4 ++-- Xamarin/Diagram/Userhandles.md | 4 ++-- 17 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Xamarin/Diagram/Annotation.md b/Xamarin/Diagram/Annotation.md index a57afb19b..df771b07b 100644 --- a/Xamarin/Diagram/Annotation.md +++ b/Xamarin/Diagram/Annotation.md @@ -1,6 +1,6 @@ --- -title: Annotation in Xamarin Diagram control | Syncfusion -description: Learn here all about Annotation support in Syncfusion Xamarin Diagram (SfDiagram) control, its elements and more. +title: Annotation in Xamarin Diagram control | Syncfusion® +description: Learn here all about Annotation support in Syncfusion® Xamarin Diagram (SfDiagram) control, its elements and more. platform: Xamarin control: Diagram documentation: ug diff --git a/Xamarin/Diagram/Connector.md b/Xamarin/Diagram/Connector.md index 2b1ee5086..789720bb2 100644 --- a/Xamarin/Diagram/Connector.md +++ b/Xamarin/Diagram/Connector.md @@ -1,6 +1,6 @@ --- -title: Connector in Xamarin Diagram control | Syncfusion -description: Learn here all about Connector support in Syncfusion Xamarin Diagram (SfDiagram) control, its elements and more. +title: Connector in Xamarin Diagram control | Syncfusion® +description: Learn here all about Connector support in Syncfusion® Xamarin Diagram (SfDiagram) control, its elements and more. platform: Xamarin control: Diagram documentation: UG diff --git a/Xamarin/Diagram/Diagram.md b/Xamarin/Diagram/Diagram.md index d8eae93ad..d1b365537 100644 --- a/Xamarin/Diagram/Diagram.md +++ b/Xamarin/Diagram/Diagram.md @@ -1,6 +1,6 @@ --- -title: Diagram in Xamarin Diagram control | Syncfusion -description: Learn here all about Diagram support in Syncfusion Xamarin Diagram (SfDiagram) control, its elements and more. +title: Diagram in Xamarin Diagram control | Syncfusion® +description: Learn here all about Diagram support in Syncfusion® Xamarin Diagram (SfDiagram) control, its elements and more. platform: xamarin control: SfDiagram documentation: ug diff --git a/Xamarin/Diagram/DrawingMode.md b/Xamarin/Diagram/DrawingMode.md index ab3a91cf0..305d0fd8c 100644 --- a/Xamarin/Diagram/DrawingMode.md +++ b/Xamarin/Diagram/DrawingMode.md @@ -1,6 +1,6 @@ --- -title: Drawing Mode in Xamarin Diagram control | Syncfusion -description: Learn here all about Drawing Mode support in Syncfusion Xamarin Diagram (SfDiagram) control and more. +title: Drawing Mode in Xamarin Diagram control | Syncfusion® +description: Learn here all about Drawing Mode support in Syncfusion® Xamarin Diagram (SfDiagram) control and more. platform: Xamarin control: Diagram documentation: ug diff --git a/Xamarin/Diagram/Getting-Started.md b/Xamarin/Diagram/Getting-Started.md index effad647e..8639088d1 100644 --- a/Xamarin/Diagram/Getting-Started.md +++ b/Xamarin/Diagram/Getting-Started.md @@ -1,6 +1,6 @@ --- -title: Getting Started with Xamarin Diagram control | Syncfusion -description: Learn here about getting started with Syncfusion Xamarin Diagram (SfDiagram) control, its elements and more. +title: Getting Started with Xamarin Diagram control | Syncfusion® +description: Learn here about getting started with Syncfusion® Xamarin Diagram (SfDiagram) control, its elements and more. platform: xamarin control: SfDiagram documentation: UG diff --git a/Xamarin/Diagram/Gridlines.md b/Xamarin/Diagram/Gridlines.md index d83904cdd..07c3b9626 100644 --- a/Xamarin/Diagram/Gridlines.md +++ b/Xamarin/Diagram/Gridlines.md @@ -1,6 +1,6 @@ --- -title: Gridlines in Xamarin Diagram control | Syncfusion -description: Learn here all about Gridlines support in Syncfusion Xamarin Diagram (SfDiagram) control, its elements and more. +title: Gridlines in Xamarin Diagram control | Syncfusion® +description: Learn here all about Gridlines support in Syncfusion® Xamarin Diagram (SfDiagram) control, its elements and more. platform: Xamarin control: Diagram documentation: ug diff --git a/Xamarin/Diagram/Layout.md b/Xamarin/Diagram/Layout.md index 45e337421..35cfa55d3 100644 --- a/Xamarin/Diagram/Layout.md +++ b/Xamarin/Diagram/Layout.md @@ -1,6 +1,6 @@ --- -title: Layout in Xamarin Diagram control | Syncfusion -description: Learn here all about Layout support in Syncfusion Xamarin Diagram (SfDiagram) control, its elements and more. +title: Layout in Xamarin Diagram control | Syncfusion® +description: Learn here all about Layout support in Syncfusion® Xamarin Diagram (SfDiagram) control, its elements and more. platform: xamarin control: Diagram documentation: ug diff --git a/Xamarin/Diagram/Mindmap.md b/Xamarin/Diagram/Mindmap.md index bf1252625..f96dd0e0c 100644 --- a/Xamarin/Diagram/Mindmap.md +++ b/Xamarin/Diagram/Mindmap.md @@ -1,6 +1,6 @@ --- -title: Mindmap in Xamarin Diagram control | Syncfusion -description: Learn here all about Mindmap support in Syncfusion Xamarin Diagram (SfDiagram) control, its elements and more. +title: Mindmap in Xamarin Diagram control | Syncfusion® +description: Learn here all about Mindmap support in Syncfusion® Xamarin Diagram (SfDiagram) control, its elements and more. platform: xamarin control: SfDiagram documentation: UG diff --git a/Xamarin/Diagram/Node.md b/Xamarin/Diagram/Node.md index efd5fb778..ca6a0d7cf 100644 --- a/Xamarin/Diagram/Node.md +++ b/Xamarin/Diagram/Node.md @@ -1,6 +1,6 @@ --- -title: Node in Xamarin Diagram control | Syncfusion -description: Learn here all about Node support in Syncfusion Xamarin Diagram (SfDiagram) control, its elements and more. +title: Node in Xamarin Diagram control | Syncfusion® +description: Learn here all about Node support in Syncfusion® Xamarin Diagram (SfDiagram) control, its elements and more. platform: xamarin control: SfDiagram documentation: ug diff --git a/Xamarin/Diagram/Overview.md b/Xamarin/Diagram/Overview.md index 4657ae78c..d3e946f89 100644 --- a/Xamarin/Diagram/Overview.md +++ b/Xamarin/Diagram/Overview.md @@ -1,6 +1,6 @@ --- -title: About Xamarin Diagram (SfDiagram) control | Syncfusion -description: Learn here all about introduction of Syncfusion Xamarin Diagram (SfDiagram) control, its elements and more. +title: About Xamarin Diagram (SfDiagram) control | Syncfusion® +description: Learn here all about introduction of Syncfusion® Xamarin Diagram (SfDiagram) control, its elements and more. platform: Xamarin control: SfDiagram documentation: Ug diff --git a/Xamarin/Diagram/OverviewPanel.md b/Xamarin/Diagram/OverviewPanel.md index efb5726f2..3cde03fb2 100644 --- a/Xamarin/Diagram/OverviewPanel.md +++ b/Xamarin/Diagram/OverviewPanel.md @@ -1,6 +1,6 @@ --- -title: About Xamarin Diagram control | Syncfusion -description: Learn here all about Overview Panel support in Syncfusion Xamarin Diagram (SfDiagram) control and more. +title: About Xamarin Diagram control | Syncfusion® +description: Learn here all about Overview Panel support in Syncfusion® Xamarin Diagram (SfDiagram) control and more. platform: Xamarin control: SfDiagram documentation: UG diff --git a/Xamarin/Diagram/Port.md b/Xamarin/Diagram/Port.md index 437dd65f1..2e78049b7 100644 --- a/Xamarin/Diagram/Port.md +++ b/Xamarin/Diagram/Port.md @@ -1,6 +1,6 @@ --- -title: Port in Xamarin Diagram control | Syncfusion -description: Learn here all about Port support in Syncfusion Xamarin Diagram (SfDiagram) control, its elements and more. +title: Port in Xamarin Diagram control | Syncfusion® +description: Learn here all about Port support in Syncfusion® Xamarin Diagram (SfDiagram) control, its elements and more. platform: Xamarin control: SfDiagram documentation: UG diff --git a/Xamarin/Diagram/Scroll-Settings/AutoScrollLimit.md b/Xamarin/Diagram/Scroll-Settings/AutoScrollLimit.md index 878fc4e69..c0d6e83c2 100644 --- a/Xamarin/Diagram/Scroll-Settings/AutoScrollLimit.md +++ b/Xamarin/Diagram/Scroll-Settings/AutoScrollLimit.md @@ -1,7 +1,7 @@ --- layout: post -title: Auto-Scroll Limit in Xamarin Diagram control | Syncfusion -description: Learn here all about Auto-Scroll Limit support in Syncfusion Xamarin Diagram (SfDiagram) control and more. +title: Auto-Scroll Limit in Xamarin Diagram control | Syncfusion® +description: Learn here all about Auto-Scroll Limit support in Syncfusion® Xamarin Diagram (SfDiagram) control and more. platform: Xamarin.Forms control: SfDiagram documentation: ug diff --git a/Xamarin/Diagram/Scroll-Settings/DragLimit.md b/Xamarin/Diagram/Scroll-Settings/DragLimit.md index cfe502cd9..f8b588367 100644 --- a/Xamarin/Diagram/Scroll-Settings/DragLimit.md +++ b/Xamarin/Diagram/Scroll-Settings/DragLimit.md @@ -1,7 +1,7 @@ --- layout: post -title: Drag Limit in Xamarin Diagram control | Syncfusion -description: Learn here all about Drag Limit support in Syncfusion Xamarin Diagram (SfDiagram) control, its elements and more. +title: Drag Limit in Xamarin Diagram control | Syncfusion® +description: Learn here all about Drag Limit support in Syncfusion® Xamarin Diagram (SfDiagram) control, its elements and more. platform: Xamarin.Forms control: SfDiagram documentation: ug diff --git a/Xamarin/Diagram/Scroll-Settings/ScrollLimit.md b/Xamarin/Diagram/Scroll-Settings/ScrollLimit.md index 1ba5da7ff..9bdd38db4 100644 --- a/Xamarin/Diagram/Scroll-Settings/ScrollLimit.md +++ b/Xamarin/Diagram/Scroll-Settings/ScrollLimit.md @@ -1,7 +1,7 @@ --- layout: post -title: Scroll Limit in Xamarin Diagram control | Syncfusion -description: Learn here all about Scroll Limit support in Syncfusion Xamarin Diagram (SfDiagram) control, its elements and more. +title: Scroll Limit in Xamarin Diagram control | Syncfusion® +description: Learn here all about Scroll Limit support in Syncfusion® Xamarin Diagram (SfDiagram) control, its elements and more. platform: Xamarin.Forms control: SfDiagram documentation: ug diff --git a/Xamarin/Diagram/Stencil.md b/Xamarin/Diagram/Stencil.md index 7f53742f4..ef0328fc1 100644 --- a/Xamarin/Diagram/Stencil.md +++ b/Xamarin/Diagram/Stencil.md @@ -1,6 +1,6 @@ --- -title: Stencil in Xamarin Diagram control | Syncfusion -description: Learn here all about Stencil support in Syncfusion Xamarin Diagram (SfDiagram) control, its elements and more. +title: Stencil in Xamarin Diagram control | Syncfusion® +description: Learn here all about Stencil support in Syncfusion® Xamarin Diagram (SfDiagram) control, its elements and more. platform: Xamarin control: Diagram documentation: ug diff --git a/Xamarin/Diagram/Userhandles.md b/Xamarin/Diagram/Userhandles.md index c63161c4e..30c46c82f 100644 --- a/Xamarin/Diagram/Userhandles.md +++ b/Xamarin/Diagram/Userhandles.md @@ -1,6 +1,6 @@ --- -title: User Handles in Xamarin Diagram control | Syncfusion -description: Learn here all about User Handles support in Syncfusion Xamarin Diagram (SfDiagram) control and more. +title: User Handles in Xamarin Diagram control | Syncfusion® +description: Learn here all about User Handles support in Syncfusion® Xamarin Diagram (SfDiagram) control and more. platform: xamarin control: SfDiagram documentation: UG From 2ed6edabb4a0b540e7040936ba24f7a06e442725 Mon Sep 17 00:00:00 2001 From: Krithika Date: Fri, 20 Dec 2024 13:29:25 +0530 Subject: [PATCH 3/7] Added the Trademark Symbol in md files --- Xamarin/ProgressBar/Animation.md | 4 ++-- Xamarin/ProgressBar/Appearance.md | 4 ++-- Xamarin/ProgressBar/Customcontent.md | 4 ++-- Xamarin/ProgressBar/Events.md | 4 ++-- Xamarin/ProgressBar/GettingStarted.md | 4 ++-- Xamarin/ProgressBar/Overview.md | 4 ++-- Xamarin/ProgressBar/Range.md | 4 ++-- Xamarin/ProgressBar/Segments.md | 4 ++-- Xamarin/ProgressBar/States.md | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Xamarin/ProgressBar/Animation.md b/Xamarin/ProgressBar/Animation.md index 4db7f7dad..373b53db0 100644 --- a/Xamarin/ProgressBar/Animation.md +++ b/Xamarin/ProgressBar/Animation.md @@ -1,7 +1,7 @@ --- layout: post -title: Animation in Xamarin ProgressBar control | Syncfusion -description: Learn here all about animation support in Syncfusion Xamarin ProgressBar control, its elements and more. +title: Animation in Xamarin ProgressBar control | Syncfusion® +description: Learn here all about animation support in Syncfusion® Xamarin ProgressBar control, its elements and more. platform: xamarin control: ProgressBar documentation: ug diff --git a/Xamarin/ProgressBar/Appearance.md b/Xamarin/ProgressBar/Appearance.md index eb53c4c34..bb675be97 100644 --- a/Xamarin/ProgressBar/Appearance.md +++ b/Xamarin/ProgressBar/Appearance.md @@ -1,7 +1,7 @@ --- layout: post -title: Appearance in Xamarin ProgressBar control | Syncfusion -description: Learn here all about appearance support in Syncfusion Xamarin ProgressBar control, its elements and more. +title: Appearance in Xamarin ProgressBar control | Syncfusion® +description: Learn here all about appearance support in Syncfusion® Xamarin ProgressBar control, its elements and more. platform: xamarin control: ProgressBar documentation: ug diff --git a/Xamarin/ProgressBar/Customcontent.md b/Xamarin/ProgressBar/Customcontent.md index 3119eaa7e..7755e9d01 100644 --- a/Xamarin/ProgressBar/Customcontent.md +++ b/Xamarin/ProgressBar/Customcontent.md @@ -1,7 +1,7 @@ --- layout: post -title: Custom Content in Xamarin ProgressBar control | Syncfusion -description: Learn here all about customcontent support in Syncfusion Xamarin ProgressBar control, its elements and more. +title: Custom Content in Xamarin ProgressBar control | Syncfusion® +description: Learn here all about customcontent support in Syncfusion® Xamarin ProgressBar control, its elements and more. platform: xamarin control: ProgressBar documentation: ug diff --git a/Xamarin/ProgressBar/Events.md b/Xamarin/ProgressBar/Events.md index 5d5b8984f..450014880 100644 --- a/Xamarin/ProgressBar/Events.md +++ b/Xamarin/ProgressBar/Events.md @@ -1,7 +1,7 @@ --- layout: post -title: Events in Xamarin ProgressBar control | Syncfusion -description: Learn here all about Events support in Syncfusion Xamarin ProgressBar control, its elements and more. +title: Events in Xamarin ProgressBar control | Syncfusion® +description: Learn here all about Events support in Syncfusion® Xamarin ProgressBar control, its elements and more. platform: xamarin control: ProgressBar documentation: ug diff --git a/Xamarin/ProgressBar/GettingStarted.md b/Xamarin/ProgressBar/GettingStarted.md index 765113a3e..2ed598f1a 100644 --- a/Xamarin/ProgressBar/GettingStarted.md +++ b/Xamarin/ProgressBar/GettingStarted.md @@ -1,7 +1,7 @@ --- layout: post -title: Getting Started with Xamarin ProgressBar control | Syncfusion -description: Learn here about getting started with Syncfusion Xamarin ProgressBar (Progress Bar) control, its elements and more. +title: Getting Started with Xamarin ProgressBar control | Syncfusion® +description: Learn here about getting started with Syncfusion® Xamarin ProgressBar (Progress Bar) control, its elements and more. platform: xamarin control: ProgressBar documentation: ug diff --git a/Xamarin/ProgressBar/Overview.md b/Xamarin/ProgressBar/Overview.md index 69fd9ca4b..5010a54cc 100644 --- a/Xamarin/ProgressBar/Overview.md +++ b/Xamarin/ProgressBar/Overview.md @@ -1,7 +1,7 @@ --- layout: post -title: About Xamarin ProgressBar control | Syncfusion -description: Learn here all about introduction of Syncfusion Xamarin ProgressBar (Progress Bar) control, its elements and more. +title: About Xamarin ProgressBar control | Syncfusion® +description: Learn here all about introduction of Syncfusion® Xamarin ProgressBar (Progress Bar) control, its elements and more. platform: xamarin control: ProgressBar documentation: ug diff --git a/Xamarin/ProgressBar/Range.md b/Xamarin/ProgressBar/Range.md index 12a411108..7b382d3a5 100644 --- a/Xamarin/ProgressBar/Range.md +++ b/Xamarin/ProgressBar/Range.md @@ -1,7 +1,7 @@ --- layout: post -title: Define Range in Xamarin ProgressBar control | Syncfusion -description: Learn here all about Range support in Syncfusion Xamarin ProgressBar control, its elements and more. +title: Define Range in Xamarin ProgressBar control | Syncfusion® +description: Learn here all about Range support in Syncfusion® Xamarin ProgressBar control, its elements and more. platform: xamarin control: ProgressBar documentation: ug diff --git a/Xamarin/ProgressBar/Segments.md b/Xamarin/ProgressBar/Segments.md index 3b994b039..e6dc7a262 100644 --- a/Xamarin/ProgressBar/Segments.md +++ b/Xamarin/ProgressBar/Segments.md @@ -1,7 +1,7 @@ --- layout: post -title: Segments in Xamarin ProgressBar control | Syncfusion -description: Learn here all about Segments support in Syncfusion Xamarin ProgressBar control, its elements and more. +title: Segments in Xamarin ProgressBar control | Syncfusion® +description: Learn here all about Segments support in Syncfusion® Xamarin ProgressBar control, its elements and more. platform: xamarin control: ProgressBar documentation: ug diff --git a/Xamarin/ProgressBar/States.md b/Xamarin/ProgressBar/States.md index 984236f9b..1eef136e7 100644 --- a/Xamarin/ProgressBar/States.md +++ b/Xamarin/ProgressBar/States.md @@ -1,7 +1,7 @@ --- layout: post -title: States in Xamarin ProgressBar control | Syncfusion -description: Learn here all about States support in Syncfusion Xamarin ProgressBar (Progress Bar) control and more. +title: States in Xamarin ProgressBar control | Syncfusion® +description: Learn here all about States support in Syncfusion® Xamarin ProgressBar (Progress Bar) control and more. platform: xamarin control: ProgressBar documentation: ug From 8cbdf9760475f162fcf405c1db6dbcdd9bcbbb60 Mon Sep 17 00:00:00 2001 From: Krithika Date: Fri, 20 Dec 2024 13:33:35 +0530 Subject: [PATCH 4/7] Added the Trademark Symbol in md files --- Xamarin/Diagram/Annotation.md | 2 +- Xamarin/Diagram/Connector.md | 2 +- Xamarin/Diagram/DrawingMode.md | 2 +- Xamarin/Diagram/Gridlines.md | 2 +- Xamarin/Diagram/Overview.md | 2 +- Xamarin/Diagram/OverviewPanel.md | 2 +- Xamarin/Diagram/Port.md | 2 +- Xamarin/Diagram/Scroll-Settings/AutoScrollLimit.md | 2 +- Xamarin/Diagram/Scroll-Settings/DragLimit.md | 2 +- Xamarin/Diagram/Scroll-Settings/ScrollLimit.md | 2 +- Xamarin/Diagram/Stencil.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Xamarin/Diagram/Annotation.md b/Xamarin/Diagram/Annotation.md index df771b07b..cc73c256e 100644 --- a/Xamarin/Diagram/Annotation.md +++ b/Xamarin/Diagram/Annotation.md @@ -1,7 +1,7 @@ --- title: Annotation in Xamarin Diagram control | Syncfusion® description: Learn here all about Annotation support in Syncfusion® Xamarin Diagram (SfDiagram) control, its elements and more. -platform: Xamarin +platform: xamarin control: Diagram documentation: ug keywords: diff --git a/Xamarin/Diagram/Connector.md b/Xamarin/Diagram/Connector.md index 789720bb2..2dc61c1ba 100644 --- a/Xamarin/Diagram/Connector.md +++ b/Xamarin/Diagram/Connector.md @@ -1,7 +1,7 @@ --- title: Connector in Xamarin Diagram control | Syncfusion® description: Learn here all about Connector support in Syncfusion® Xamarin Diagram (SfDiagram) control, its elements and more. -platform: Xamarin +platform: xamarin control: Diagram documentation: UG keywords: diff --git a/Xamarin/Diagram/DrawingMode.md b/Xamarin/Diagram/DrawingMode.md index 305d0fd8c..d9004ff10 100644 --- a/Xamarin/Diagram/DrawingMode.md +++ b/Xamarin/Diagram/DrawingMode.md @@ -1,7 +1,7 @@ --- title: Drawing Mode in Xamarin Diagram control | Syncfusion® description: Learn here all about Drawing Mode support in Syncfusion® Xamarin Diagram (SfDiagram) control and more. -platform: Xamarin +platform: xamarin control: Diagram documentation: ug keywords: diff --git a/Xamarin/Diagram/Gridlines.md b/Xamarin/Diagram/Gridlines.md index 07c3b9626..fb9f85513 100644 --- a/Xamarin/Diagram/Gridlines.md +++ b/Xamarin/Diagram/Gridlines.md @@ -1,7 +1,7 @@ --- title: Gridlines in Xamarin Diagram control | Syncfusion® description: Learn here all about Gridlines support in Syncfusion® Xamarin Diagram (SfDiagram) control, its elements and more. -platform: Xamarin +platform: xamarin control: Diagram documentation: ug keywords: diff --git a/Xamarin/Diagram/Overview.md b/Xamarin/Diagram/Overview.md index d3e946f89..dffe6c1b6 100644 --- a/Xamarin/Diagram/Overview.md +++ b/Xamarin/Diagram/Overview.md @@ -1,7 +1,7 @@ --- title: About Xamarin Diagram (SfDiagram) control | Syncfusion® description: Learn here all about introduction of Syncfusion® Xamarin Diagram (SfDiagram) control, its elements and more. -platform: Xamarin +platform: xamarin control: SfDiagram documentation: Ug keywords: Diagram, org chart, flowchart, shape, use case, workflow. diff --git a/Xamarin/Diagram/OverviewPanel.md b/Xamarin/Diagram/OverviewPanel.md index 3cde03fb2..37709ce7a 100644 --- a/Xamarin/Diagram/OverviewPanel.md +++ b/Xamarin/Diagram/OverviewPanel.md @@ -1,7 +1,7 @@ --- title: About Xamarin Diagram control | Syncfusion® description: Learn here all about Overview Panel support in Syncfusion® Xamarin Diagram (SfDiagram) control and more. -platform: Xamarin +platform: xamarin control: SfDiagram documentation: UG keywords: diff --git a/Xamarin/Diagram/Port.md b/Xamarin/Diagram/Port.md index 2e78049b7..ae81c467c 100644 --- a/Xamarin/Diagram/Port.md +++ b/Xamarin/Diagram/Port.md @@ -1,7 +1,7 @@ --- title: Port in Xamarin Diagram control | Syncfusion® description: Learn here all about Port support in Syncfusion® Xamarin Diagram (SfDiagram) control, its elements and more. -platform: Xamarin +platform: xamarin control: SfDiagram documentation: UG keywords: diff --git a/Xamarin/Diagram/Scroll-Settings/AutoScrollLimit.md b/Xamarin/Diagram/Scroll-Settings/AutoScrollLimit.md index c0d6e83c2..2cf13a504 100644 --- a/Xamarin/Diagram/Scroll-Settings/AutoScrollLimit.md +++ b/Xamarin/Diagram/Scroll-Settings/AutoScrollLimit.md @@ -2,7 +2,7 @@ layout: post title: Auto-Scroll Limit in Xamarin Diagram control | Syncfusion® description: Learn here all about Auto-Scroll Limit support in Syncfusion® Xamarin Diagram (SfDiagram) control and more. -platform: Xamarin.Forms +platform: xamarin control: SfDiagram documentation: ug --- diff --git a/Xamarin/Diagram/Scroll-Settings/DragLimit.md b/Xamarin/Diagram/Scroll-Settings/DragLimit.md index f8b588367..93cbdd426 100644 --- a/Xamarin/Diagram/Scroll-Settings/DragLimit.md +++ b/Xamarin/Diagram/Scroll-Settings/DragLimit.md @@ -2,7 +2,7 @@ layout: post title: Drag Limit in Xamarin Diagram control | Syncfusion® description: Learn here all about Drag Limit support in Syncfusion® Xamarin Diagram (SfDiagram) control, its elements and more. -platform: Xamarin.Forms +platform: xamarin control: SfDiagram documentation: ug --- diff --git a/Xamarin/Diagram/Scroll-Settings/ScrollLimit.md b/Xamarin/Diagram/Scroll-Settings/ScrollLimit.md index 9bdd38db4..e3db8ef87 100644 --- a/Xamarin/Diagram/Scroll-Settings/ScrollLimit.md +++ b/Xamarin/Diagram/Scroll-Settings/ScrollLimit.md @@ -2,7 +2,7 @@ layout: post title: Scroll Limit in Xamarin Diagram control | Syncfusion® description: Learn here all about Scroll Limit support in Syncfusion® Xamarin Diagram (SfDiagram) control, its elements and more. -platform: Xamarin.Forms +platform: xamarin control: SfDiagram documentation: ug --- diff --git a/Xamarin/Diagram/Stencil.md b/Xamarin/Diagram/Stencil.md index ef0328fc1..da181049a 100644 --- a/Xamarin/Diagram/Stencil.md +++ b/Xamarin/Diagram/Stencil.md @@ -1,7 +1,7 @@ --- title: Stencil in Xamarin Diagram control | Syncfusion® description: Learn here all about Stencil support in Syncfusion® Xamarin Diagram (SfDiagram) control, its elements and more. -platform: Xamarin +platform: xamarin control: Diagram documentation: ug keywords: From 524996d40f96b7f35f83bc8a496aceb7bd267138 Mon Sep 17 00:00:00 2001 From: Krithika Date: Fri, 20 Dec 2024 13:46:15 +0530 Subject: [PATCH 5/7] Added the Trademark Symbol in md files --- Xamarin/Rich-Text-Editor/AutoSize.md | 4 ++-- Xamarin/Rich-Text-Editor/Basic-Features.md | 4 ++-- Xamarin/Rich-Text-Editor/Customization.md | 4 ++-- Xamarin/Rich-Text-Editor/Customizing-Font.md | 4 ++-- Xamarin/Rich-Text-Editor/GettingStarted.md | 4 ++-- Xamarin/Rich-Text-Editor/Image-Insertion.md | 4 ++-- Xamarin/Rich-Text-Editor/Loading-and-saving-RTF-content.md | 4 ++-- Xamarin/Rich-Text-Editor/Localization.md | 4 ++-- Xamarin/Rich-Text-Editor/Overview.md | 4 ++-- Xamarin/Rich-Text-Editor/Right-to-left.md | 4 ++-- .../how-to/Fix-cursor-behaviour-in-RichTextEditor-UWP.md | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Xamarin/Rich-Text-Editor/AutoSize.md b/Xamarin/Rich-Text-Editor/AutoSize.md index bc3789fc6..504e8fa5e 100644 --- a/Xamarin/Rich-Text-Editor/AutoSize.md +++ b/Xamarin/Rich-Text-Editor/AutoSize.md @@ -1,7 +1,7 @@ --- layout: post -title: AutoSize in Xamarin Rich Text Editor control | Syncfusion -description: Learn here all about AutoSize support in Syncfusion Xamarin Rich Text Editor (SfRichTextEditor) control and more. +title: AutoSize in Xamarin Rich Text Editor control | Syncfusion® +description: Learn here all about AutoSize support in Syncfusion® Xamarin Rich Text Editor (SfRichTextEditor) control and more. platform: xamarin control: Rich Text Editor documentation: ug diff --git a/Xamarin/Rich-Text-Editor/Basic-Features.md b/Xamarin/Rich-Text-Editor/Basic-Features.md index fc114c193..d639b469b 100644 --- a/Xamarin/Rich-Text-Editor/Basic-Features.md +++ b/Xamarin/Rich-Text-Editor/Basic-Features.md @@ -1,7 +1,7 @@ --- layout: post -title: Basic Features in Xamarin Rich Text Editor control | Syncfusion -description: Learn here all about Basic Features support in Syncfusion Xamarin Rich Text Editor (SfRichTextEditor) control and more. +title: Basic Features in Xamarin Rich Text Editor control | Syncfusion® +description: Learn here all about Basic Features support in Syncfusion® Xamarin Rich Text Editor (SfRichTextEditor) control and more. platform: xamarin control: Rich Text Editor documentation: ug diff --git a/Xamarin/Rich-Text-Editor/Customization.md b/Xamarin/Rich-Text-Editor/Customization.md index 9d699cfa4..7f75ade8e 100644 --- a/Xamarin/Rich-Text-Editor/Customization.md +++ b/Xamarin/Rich-Text-Editor/Customization.md @@ -1,7 +1,7 @@ --- layout: post -title: Customization in Xamarin Rich Text Editor control | Syncfusion -description: Learn here all about Customization support in Syncfusion Xamarin Rich Text Editor (SfRichTextEditor) control and more. +title: Customization in Xamarin Rich Text Editor control | Syncfusion® +description: Learn here all about Customization support in Syncfusion® Xamarin Rich Text Editor (SfRichTextEditor) control and more. platform: xamarin control: Rich Text Editor documentation: ug diff --git a/Xamarin/Rich-Text-Editor/Customizing-Font.md b/Xamarin/Rich-Text-Editor/Customizing-Font.md index 22f232a08..b176b9abb 100644 --- a/Xamarin/Rich-Text-Editor/Customizing-Font.md +++ b/Xamarin/Rich-Text-Editor/Customizing-Font.md @@ -1,7 +1,7 @@ --- layout: post -title: Customizing Font in Xamarin Rich Text Editor control | Syncfusion -description: Learn here all about Customizing Font support in Syncfusion Xamarin Rich Text Editor (SfRichTextEditor) control and more. +title: Customizing Font in Xamarin Rich Text Editor control | Syncfusion® +description: Learn here all about Customizing Font support in Syncfusion® Xamarin Rich Text Editor (SfRichTextEditor) control and more. platform: xamarin control: SfRichTextEditor documentation: UG diff --git a/Xamarin/Rich-Text-Editor/GettingStarted.md b/Xamarin/Rich-Text-Editor/GettingStarted.md index d8442261a..29ed96361 100644 --- a/Xamarin/Rich-Text-Editor/GettingStarted.md +++ b/Xamarin/Rich-Text-Editor/GettingStarted.md @@ -1,7 +1,7 @@ --- layout: post -title: Getting Started with Xamarin Rich Text Editor control | Syncfusion -description: Learn here about getting started with Syncfusion Xamarin Rich Text Editor (SfRichTextEditor) control, its elements and more. +title: Getting Started with Xamarin Rich Text Editor control | Syncfusion® +description: Learn here about getting started with Syncfusion® Xamarin Rich Text Editor (SfRichTextEditor) control, its elements and more. platform: xamarin control: Rich Text Editor documentation: ug diff --git a/Xamarin/Rich-Text-Editor/Image-Insertion.md b/Xamarin/Rich-Text-Editor/Image-Insertion.md index 23a98b376..d7175f088 100644 --- a/Xamarin/Rich-Text-Editor/Image-Insertion.md +++ b/Xamarin/Rich-Text-Editor/Image-Insertion.md @@ -1,7 +1,7 @@ --- layout: post -title: Image Insertion in Xamarin Rich Text Editor control | Syncfusion -description: Learn here all about Image Insertion support in Syncfusion Xamarin Rich Text Editor (SfRichTextEditor) control and more. +title: Image Insertion in Xamarin Rich Text Editor control | Syncfusion® +description: Learn here all about Image Insertion support in Syncfusion® Xamarin Rich Text Editor (SfRichTextEditor) control and more. platform: xamarin control: SfRichTextEditor documentation: UG diff --git a/Xamarin/Rich-Text-Editor/Loading-and-saving-RTF-content.md b/Xamarin/Rich-Text-Editor/Loading-and-saving-RTF-content.md index f5d062baa..6a3a7fb93 100644 --- a/Xamarin/Rich-Text-Editor/Loading-and-saving-RTF-content.md +++ b/Xamarin/Rich-Text-Editor/Loading-and-saving-RTF-content.md @@ -1,7 +1,7 @@ --- layout: post -title: Loading & saving RTF content in Xamarin Rich Text Editor | Syncfusion -description: Learn here all about Loading and saving RTF content support in Syncfusion Xamarin Rich Text Editor (SfRichTextEditor) control and more. +title: Loading & saving RTF content in Xamarin Rich Text Editor | Syncfusion® +description: Learn here all about Loading and saving RTF content support in Syncfusion® Xamarin Rich Text Editor (SfRichTextEditor) control and more. platform: xamarin control: Rich Text Editor documentation: ug diff --git a/Xamarin/Rich-Text-Editor/Localization.md b/Xamarin/Rich-Text-Editor/Localization.md index 38b3c3be5..0f83d2e17 100644 --- a/Xamarin/Rich-Text-Editor/Localization.md +++ b/Xamarin/Rich-Text-Editor/Localization.md @@ -1,7 +1,7 @@ --- layout: post -title: Localization in Xamarin Rich Text Editor control | Syncfusion -description: Learn here all about Localization support in Syncfusion Xamarin Rich Text Editor (SfRichTextEditor) control and more. +title: Localization in Xamarin Rich Text Editor control | Syncfusion® +description: Learn here all about Localization support in Syncfusion® Xamarin Rich Text Editor (SfRichTextEditor) control and more. platform: xamarin control: SfRichTextEditor documentation: UG diff --git a/Xamarin/Rich-Text-Editor/Overview.md b/Xamarin/Rich-Text-Editor/Overview.md index 4a099f0bc..f5e663580 100644 --- a/Xamarin/Rich-Text-Editor/Overview.md +++ b/Xamarin/Rich-Text-Editor/Overview.md @@ -1,7 +1,7 @@ --- layout: post -title: About Xamarin Rich Text Editor control | Syncfusion -description: Learn here all about introduction of Syncfusion Xamarin Rich Text Editor (SfRichTextEditor) control, its elements and more. +title: About Xamarin Rich Text Editor control | Syncfusion® +description: Learn here all about introduction of Syncfusion® Xamarin Rich Text Editor (SfRichTextEditor) control, its elements and more. platform: xamarin control: Rich Text Editor documentation: ug diff --git a/Xamarin/Rich-Text-Editor/Right-to-left.md b/Xamarin/Rich-Text-Editor/Right-to-left.md index 40d3c3819..b65ba85b6 100644 --- a/Xamarin/Rich-Text-Editor/Right-to-left.md +++ b/Xamarin/Rich-Text-Editor/Right-to-left.md @@ -1,7 +1,7 @@ --- layout: post -title: Right to left(RTL) in Xamarin Rich Text Editor control | Syncfusion -description: Learn here all about Right to left(RTL) support in Syncfusion Xamarin Rich Text Editor (SfRichTextEditor) control and more. +title: Right to left(RTL) in Xamarin Rich Text Editor control | Syncfusion® +description: Learn here all about Right to left(RTL) support in Syncfusion® Xamarin Rich Text Editor (SfRichTextEditor) control and more. platform: xamarin control: Rich Text Editor documentation: UG diff --git a/Xamarin/Rich-Text-Editor/how-to/Fix-cursor-behaviour-in-RichTextEditor-UWP.md b/Xamarin/Rich-Text-Editor/how-to/Fix-cursor-behaviour-in-RichTextEditor-UWP.md index 7c316d178..3d9813574 100644 --- a/Xamarin/Rich-Text-Editor/how-to/Fix-cursor-behaviour-in-RichTextEditor-UWP.md +++ b/Xamarin/Rich-Text-Editor/how-to/Fix-cursor-behaviour-in-RichTextEditor-UWP.md @@ -1,7 +1,7 @@ --- layout: post -title: Fix in Xamarin Rich Text Editor control | Syncfusion -description: Learn here all about cursor behaviour in Syncfusion Xamarin Rich Text Editor (SfRichTextEditor) control and more. +title: Fix in Xamarin Rich Text Editor control | Syncfusion® +description: Learn here all about cursor behaviour in Syncfusion® Xamarin Rich Text Editor (SfRichTextEditor) control and more. platform: xamarin control: Rich Text Editor documentation: ug From c2ca021be0cd234b4c558b6a0f542a33cbba81c2 Mon Sep 17 00:00:00 2001 From: Krithika Date: Fri, 20 Dec 2024 13:51:00 +0530 Subject: [PATCH 6/7] Added the Trademark Symbol in md files --- Xamarin/StepProgressBar/Accessibility.md | 4 ++-- Xamarin/StepProgressBar/BindableLayout.md | 4 ++-- Xamarin/StepProgressBar/Description.md | 4 ++-- Xamarin/StepProgressBar/GettingStarted.md | 4 ++-- Xamarin/StepProgressBar/Orientation.md | 4 ++-- Xamarin/StepProgressBar/Overview.md | 4 ++-- Xamarin/StepProgressBar/Right-to-left.md | 4 ++-- Xamarin/StepProgressBar/Status.md | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Xamarin/StepProgressBar/Accessibility.md b/Xamarin/StepProgressBar/Accessibility.md index 11a180307..e50d42c3e 100644 --- a/Xamarin/StepProgressBar/Accessibility.md +++ b/Xamarin/StepProgressBar/Accessibility.md @@ -1,7 +1,7 @@ --- layout: post -title: Accessibility in Xamarin StepProgressBar control | Syncfusion -description: Learn here all about Accessibility support in Syncfusion Xamarin StepProgressBar (Step Progress Bar) control and more. +title: Accessibility in Xamarin StepProgressBar control | Syncfusion® +description: Learn here all about Accessibility support in Syncfusion® Xamarin StepProgressBar (Step Progress Bar) control and more. platform: xamarin control: StepProgressBar documentation: UG diff --git a/Xamarin/StepProgressBar/BindableLayout.md b/Xamarin/StepProgressBar/BindableLayout.md index febfd7aa8..17b987463 100644 --- a/Xamarin/StepProgressBar/BindableLayout.md +++ b/Xamarin/StepProgressBar/BindableLayout.md @@ -1,7 +1,7 @@ --- layout: post -title: Bindable Layout in Xamarin StepProgressBar control | Syncfusion -description: Learn here all about Bindable Layout support in Syncfusion Xamarin StepProgressBar (Step Progress Bar) control and more. +title: Bindable Layout in Xamarin StepProgressBar control | Syncfusion® +description: Learn here all about Bindable Layout support in Syncfusion® Xamarin StepProgressBar (Step Progress Bar) control and more. platform: xamarin control: StepProgressBar documentation: ug diff --git a/Xamarin/StepProgressBar/Description.md b/Xamarin/StepProgressBar/Description.md index 9f91e5b8e..dc55e588b 100644 --- a/Xamarin/StepProgressBar/Description.md +++ b/Xamarin/StepProgressBar/Description.md @@ -1,7 +1,7 @@ --- layout: post -title: Description in Xamarin StepProgressBar control | Syncfusion -description: Learn here all about Description support in Syncfusion Xamarin StepProgressBar (Step Progress Bar) control and more. +title: Description in Xamarin StepProgressBar control | Syncfusion® +description: Learn here all about Description support in Syncfusion® Xamarin StepProgressBar (Step Progress Bar) control and more. platform: Xamarin control: StepProgressBar documentation: ug diff --git a/Xamarin/StepProgressBar/GettingStarted.md b/Xamarin/StepProgressBar/GettingStarted.md index 22080c265..c7ff70d4c 100644 --- a/Xamarin/StepProgressBar/GettingStarted.md +++ b/Xamarin/StepProgressBar/GettingStarted.md @@ -1,7 +1,7 @@ --- layout: post -title: Getting Started with Xamarin StepProgressBar control | Syncfusion -description: Learn here about getting started with Syncfusion Xamarin StepProgressBar (Step Progress Bar) control, its elements and more. +title: Getting Started with Xamarin StepProgressBar control | Syncfusion® +description: Learn here about getting started with Syncfusion® Xamarin StepProgressBar (Step Progress Bar) control, its elements and more. platform: xamarin control: StepProgressBar documentation: ug diff --git a/Xamarin/StepProgressBar/Orientation.md b/Xamarin/StepProgressBar/Orientation.md index e286aea54..4e2211edc 100644 --- a/Xamarin/StepProgressBar/Orientation.md +++ b/Xamarin/StepProgressBar/Orientation.md @@ -1,7 +1,7 @@ --- layout: post -title: Orientation in Xamarin StepProgressBar control | Syncfusion -description: Learn here all about Orientation support in Syncfusion Xamarin StepProgressBar (Step Progress Bar) control and more. +title: Orientation in Xamarin StepProgressBar control | Syncfusion® +description: Learn here all about Orientation support in Syncfusion® Xamarin StepProgressBar (Step Progress Bar) control and more. platform: Xamarin control: StepProgressBar documentation: ug diff --git a/Xamarin/StepProgressBar/Overview.md b/Xamarin/StepProgressBar/Overview.md index d58f9d24b..5ca3279cd 100644 --- a/Xamarin/StepProgressBar/Overview.md +++ b/Xamarin/StepProgressBar/Overview.md @@ -1,7 +1,7 @@ --- layout: post -title: About Xamarin StepProgressBar control | Syncfusion -description: Learn here all about introduction of Syncfusion Xamarin StepProgressBar (Step Progress Bar) control, its elements and more. +title: About Xamarin StepProgressBar control | Syncfusion® +description: Learn here all about introduction of Syncfusion® Xamarin StepProgressBar (Step Progress Bar) control, its elements and more. platform: xamarin control: StepProgressBar documentation: ug diff --git a/Xamarin/StepProgressBar/Right-to-left.md b/Xamarin/StepProgressBar/Right-to-left.md index afd88a936..f2bddce21 100644 --- a/Xamarin/StepProgressBar/Right-to-left.md +++ b/Xamarin/StepProgressBar/Right-to-left.md @@ -1,7 +1,7 @@ --- layout: post -title: Right to left(RTL) in Xamarin StepProgressBar control | Syncfusion -description: Learn here all about Right to left(RTL) support in Syncfusion Xamarin StepProgressBar (Step Progress Bar) control and more. +title: Right to left(RTL) in Xamarin StepProgressBar control | Syncfusion® +description: Learn here all about Right to left(RTL) support in Syncfusion® Xamarin StepProgressBar (Step Progress Bar) control and more. platform: xamarin control: StepProgressBar documentation: UG diff --git a/Xamarin/StepProgressBar/Status.md b/Xamarin/StepProgressBar/Status.md index e770bb16d..462f79485 100644 --- a/Xamarin/StepProgressBar/Status.md +++ b/Xamarin/StepProgressBar/Status.md @@ -1,7 +1,7 @@ --- layout: post -title: Status in Xamarin StepProgressBar control | Syncfusion -description: Learn here all about Status support in Syncfusion Xamarin StepProgressBar (Step Progress Bar) control and more. +title: Status in Xamarin StepProgressBar control | Syncfusion® +description: Learn here all about Status support in Syncfusion® Xamarin StepProgressBar (Step Progress Bar) control and more. platform: Xamarin control: StepProgressBar documentation: ug From 60eae88cdeec6c1d6d9c3fcbde17a1a4896b805a Mon Sep 17 00:00:00 2001 From: Krithika Date: Fri, 27 Dec 2024 11:09:19 +0530 Subject: [PATCH 7/7] Added the Trademark Symbol in md files --- Xamarin/StepProgressBar/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xamarin/StepProgressBar/GettingStarted.md b/Xamarin/StepProgressBar/GettingStarted.md index c7ff70d4c..37418df83 100644 --- a/Xamarin/StepProgressBar/GettingStarted.md +++ b/Xamarin/StepProgressBar/GettingStarted.md @@ -13,7 +13,7 @@ This section explains the steps required to work with the StepProgressBar contro ## Assembly deployment -After installing [Essential Studio® for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio® Installed location} \Essential Studio\\{Version #}\Xamarin\lib. +After installing [Essential Studio® for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion® Essential Studio® Installed location} \Essential Studio\\{Version #}\Xamarin\lib. E.g.: C:\Program Files (x86) \Syncfusion\Essential Studio\19.1.0.54\Xamarin\lib