Skip to content

DOCINFRA-2341_merged_using_automation #140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xamarin-android-toc.html

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions xamarin-android/Release-Notes/v20.1.0.56.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Essential Studio for Xamarin.Android Weekly Nuget Release Release Notes
description: Essential Studio for Xamarin.Android Weekly Nuget Release Release Notes
platform: Xamarin.Android
documentation: ug
---

# Essential Studio for Xamarin.Android Release Notes

{% include release-info.html date="May 17, 2022" version="v20.1.0.56" %}

{% directory path: _includes/release-notes/v20.1.0.56 %}

{% include {{file.url}} %}

{% enddirectory %}
6 changes: 3 additions & 3 deletions xamarin-android/SfBarcode/Symbology-Settings.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
12 changes: 5 additions & 7 deletions xamarin-android/SfCircularGauge/annotations.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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)
6 changes: 3 additions & 3 deletions xamarin-android/SfKanban/Workflows.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
8 changes: 4 additions & 4 deletions xamarin-android/SfNavigationDrawer/getting-started.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions xamarin-android/SfPdfViewer/Localization.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down