From 9664663ecd0b21bdf84ec3ec4cf6ed2a667c2a4b Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Tue, 10 May 2022 17:14:29 +0530 Subject: [PATCH 1/2] SEO-2190_Site_Audit_Issues --- xamarin-android/SfBarcode/Symbology-Settings.md | 6 +++--- xamarin-android/SfCircularGauge/annotations.md | 12 +++++------- xamarin-android/SfKanban/Workflows.md | 6 +++--- .../SfNavigationDrawer/getting-started.md | 8 ++++---- xamarin-android/SfPdfViewer/Localization.md | 4 ++-- 5 files changed, 17 insertions(+), 19 deletions(-) diff --git a/xamarin-android/SfBarcode/Symbology-Settings.md b/xamarin-android/SfBarcode/Symbology-Settings.md index d95523ca..f1f0435b 100644 --- a/xamarin-android/SfBarcode/Symbology-Settings.md +++ b/xamarin-android/SfBarcode/Symbology-Settings.md @@ -1,13 +1,13 @@ --- layout: post -title: Symbology Settings | SfBarcode | Xamarin.Android | Syncfusion -description: symbology settings +title: Symbology Settings in Xamarin.Android SfBarcode Control | Syncfusion +description: Learn here about symbology settings in Syncfusion Essential Xamarin.Android Barcode (SfBarcode) Control, its elements, and more. platform: Xamarin.Android control: SfBarcode documentation: ug --- -# Symbology Settings +# Symbology Settings in Xamarin.Android SfBarcode Each and every Barcode symbology can be personalized with optional settings that may affect the appearance of specific Barcode. diff --git a/xamarin-android/SfCircularGauge/annotations.md b/xamarin-android/SfCircularGauge/annotations.md index 2b853abc..831d16cf 100644 --- a/xamarin-android/SfCircularGauge/annotations.md +++ b/xamarin-android/SfCircularGauge/annotations.md @@ -1,15 +1,13 @@ --- - layout: post title: Header in Syncfusion SfCircularGauge control for Xamarin.Android -description: Learn how to set annotation in Syncfusion SfCircularGauge control +description: Learn here about how to set annotation in Syncfusion Essential SfCircularGauge control, its elements, and more. platform: Xamarin.Android control: SfCircularGauge documentation: ug - --- -# Annotations +# Annotations in Xamarin.Android SfCircularGauge [`SfCircularGauge`](https://help.syncfusion.com/cr/xamarin-android/Com.Syncfusion.Gauges.SfCircularGauge.SfCircularGauge.html) supports [`Annotations`](https://help.syncfusion.com/cr/xamarin-android/Com.Syncfusion.Gauges.SfCircularGauge.SfCircularGauge.html#Com_Syncfusion_Gauges_SfCircularGauge_SfCircularGauge_Annotations), which allows you to mark the specific area of interest in circular gauge. You can place custom views as annotations. The text and images also can be added by using [`Annotations`](https://help.syncfusion.com/cr/xamarin-android/Com.Syncfusion.Gauges.SfCircularGauge.SfCircularGauge.html#Com_Syncfusion_Gauges_SfCircularGauge_SfCircularGauge_Annotations) property. @@ -265,7 +263,7 @@ The following code is used to create the `Annotations`. {% endhighlight %} -![](annotations_images/annotations.png) +![Xamarin.Android SfCircularGauge Setting view annotation](annotations_images/annotations.png) ## Setting image annotation @@ -337,7 +335,7 @@ Annotations provide options to add any image over the gauge control with respect {% endhighlight %} -![](annotations_images/image_annotation.PNG) +![Xamarin.Android SfCircularGauge Setting image annotation](annotations_images/image_annotation.PNG) ## Setting text annotation @@ -407,4 +405,4 @@ You can add any text over the gauge control to enhance the readability. You can {% endhighlight %} -![](annotations_images/text_annotation.PNG) +![Xamarin.Android SfCircularGauge Setting text annotation](annotations_images/text_annotation.PNG) diff --git a/xamarin-android/SfKanban/Workflows.md b/xamarin-android/SfKanban/Workflows.md index cae2c45a..19ec29a4 100644 --- a/xamarin-android/SfKanban/Workflows.md +++ b/xamarin-android/SfKanban/Workflows.md @@ -1,13 +1,13 @@ --- layout: post -title: Workflows for Essential Xamarin.Android Kanban -description: Kanban Workflows +title: Workflows for Xamarin.Android Kanban Control | Syncfusion +description: Learn here about Workflows support in Syncfusion Essential Xamarin.Android Kanban Control, its elements, and more. platform: xamarin.android control: Kanban documentation: ug --- -# Workflows +# Workflows in Xamarin.Android Kanban This feature is used to define the flow of card transition from one state to another. Create an instance of [`KanbanWorkflow`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfKanban.Android.KanbanWorkflow.html) class and add it to the [`SfKanban.Workflows`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfKanban.Android.SfKanban.html#Syncfusion_SfKanban_Android_SfKanban_Workflows) property to define the workflow for each column. The [`KanbanWorkflow`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfKanban.Android.KanbanWorkflow.html) contains the following properties to define the source category and target categories: diff --git a/xamarin-android/SfNavigationDrawer/getting-started.md b/xamarin-android/SfNavigationDrawer/getting-started.md index ba04db99..f431eec9 100644 --- a/xamarin-android/SfNavigationDrawer/getting-started.md +++ b/xamarin-android/SfNavigationDrawer/getting-started.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting Started with Syncfusion NavigationDrawer control for Xamarin.Android -description: A quick tour to initial users on Syncfusion NavigationDrawer control for Xamarin.Android platform +title: Getting Started with Syncfusion NavigationDrawer for Xamarin.Android +description: Learn here about getting started with Syncfusion Xamarin.Android NavigationDrawer control, its elements, and more. platform: Xamarin.Android control: NavigationDrawer documentation: ug --- -# Getting Started +# Getting Started with Xamarin.Android NavigationDrawer This section provides overview for working with Essential NavigationDrawer for Xamarin.Android. You can walk through the entire process of creating an NavigationDrawer. @@ -181,7 +181,7 @@ The main view of the SfNavigationDrawer can be set using `ContentView` property {% endtabs %} -![](images/getting-started.png) +![Xamarin.Android NavigationDrawer Add Main Content](images/getting-started.png) ## Set Drawing Edge for Drawer Panel diff --git a/xamarin-android/SfPdfViewer/Localization.md b/xamarin-android/SfPdfViewer/Localization.md index 220ef45c..0642744b 100644 --- a/xamarin-android/SfPdfViewer/Localization.md +++ b/xamarin-android/SfPdfViewer/Localization.md @@ -1,13 +1,13 @@ --- layout: post title: Localization in Xamarin.Android PDF viewer| Syncfusion -description: Set localized text for the static texts used in Xamarin.Android PDF viewer. +description: Learn here about Set localized text for the static texts used in Syncfusion Xamarin.Android PDF Viewer Control, its elements, and more. platform: Xamarin.Android control: SfPdfViewer documentation: UG --- -# Localization +# Localization in Xamarin.Android PDF Viewer Localization is the process of configuring the application to a specific language. PdfViewerControl supports to localize its static text. From 552287a65b6afc1ff3fdb56e01ae1b7e21ef54a8 Mon Sep 17 00:00:00 2001 From: Website Automation Date: Mon, 16 May 2022 12:00:55 +0000 Subject: [PATCH 2/2] Added the release notes MD file and corresponding node entry in the TOC.html file for the Weekly Nuget Release - May 17, 2022 --- xamarin-android-toc.html | 2 +- xamarin-android/Release-Notes/v20.1.0.56.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 xamarin-android/Release-Notes/v20.1.0.56.md diff --git a/xamarin-android-toc.html b/xamarin-android-toc.html index 08f87445..08ef9f34 100644 --- a/xamarin-android-toc.html +++ b/xamarin-android-toc.html @@ -791,7 +791,7 @@
  • Release Notes -