Skip to content

SEO-181940-Xaamarin-Changes-Fixed #867

New issue

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

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

Already on GitHub? # to your account

Open
wants to merge 2 commits into
base: hotfix/hotfix-v25.1.35
Choose a base branch
from
Open
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
14 changes: 7 additions & 7 deletions Xamarin/Circular-Gauge/rim.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---

layout: post
title: Rim in Xamarin Circular Gauge control | Syncfusion
description: Learn here all about Rim support in Syncfusion Xamarin Circular Gauge (SfCircularGauge) control and more.
title: Rim in Xamarin Circular Gauge Control | Syncfusion
description: Learn here all about rim support in Syncfusion Xamarin Circular Gauge (SfCircularGauge) control, it's elements and more.
platform: xamarin
control: SfCircularGauge
documentation: ug
@@ -49,7 +49,7 @@ The [`StartValue`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfGauge.XFo

{% endtabs %}

![Circular Gauge Rim](rim_images/rim.png)
![Rim in Xamarin.Forms Circular Gauge](rim_images/xamarin-forms-circular-gauge-rim.png)

## Rim customization

@@ -99,7 +99,7 @@ The color and thickness of rim can be set by using the [`RimColor`](https://help

{% endtabs %}

![Circular Gauge Rim Customization](rim_images/rim-customization.png)
![Rim customization in Xamarin.Forms Circular Gauge](rim_images/xamarin-forms-circular-gauge-rim-customization.png)

## Setting position for rim

@@ -144,7 +144,7 @@ This approach is used to define the rim size from its starting location in logic

{% endtabs %}

![Circular Gauge Rim Offset](rim_images/rim-offset.png)
![Rim offset in Xamarin.Forms Circular Gauge](rim_images/xamarin-forms-circular-gauge-rim-offset.png)

### Setting scale start and end offsets for rim

@@ -183,7 +183,7 @@ The [`ScaleStartOffset`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfGau

{% endtabs %}

![Scale start and end offset for rim in Xamarin.Forms Circular Gauge](rim_images/rim-start-end-offset.png)
![Scale start and end offset for rim in Xamarin.Forms Circular Gauge](rim_images/xamarin-forms-circular-gauge-rim-start-end-offset.png)

## Show rim

@@ -217,7 +217,7 @@ The [`ShowRim`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfGauge.XForms

{% endtabs %}

![Show rim support in Xamarin.Forms Circular Gauge](rim_images/show-rim.png)
![Show rim support in Xamarin.Forms Circular Gauge](rim_images/xamarin-forms-circular-gauge-show-rim.png)

## See Also

File renamed without changes
8 changes: 4 additions & 4 deletions Xamarin/Navigation-Drawer/Main-Content.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: post
title: Setting Main Content in Xamarin Navigation Drawer control | Syncfusion
description: Learn here all about Setting Main Content support in Syncfusion Xamarin Navigation Drawer (SfNavigationDrawer) control and more.
platform: Xamarin
title: Setting Main Content in Xamarin Navigation Drawer Control | Syncfusion
description: Learn here all about setting main content support in Syncfusion Xamarin Navigation Drawer (SfNavigationDrawer) control, it's elements and more.
platform: xamarin
control: NavigationDrawer
documentation: ug
---
@@ -208,6 +208,6 @@ namespace NaviSample

N> It is mandatory to set [`ContentView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNavigationDrawer.XForms.SfNavigationDrawer.html#Syncfusion_SfNavigationDrawer_XForms_SfNavigationDrawer_ContentView) for [`SfNavigationDrawer`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNavigationDrawer.XForms.SfNavigationDrawer.html) on initializing.

![contentview](Images/MainContent.png)
![Main content view in Xamarin Navigation Drawer](images/xamarin-navigation-drawer-main-content-view.png)

You can find the complete Sample from this [link.](https://github.com/SyncfusionExamples/navigation-drawer-main-content)
File renamed without changes
8 changes: 4 additions & 4 deletions Xamarin/Picker/datepicker.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: post
title: Date Picker in Xamarin Picker control | Syncfusion
description: Learn here all about Date Picker support in Syncfusion Xamarin Picker (SfPicker) control, its elements and more.
platform: Xamarin
title: Date Picker in Xamarin Picker Control | Syncfusion
description: Learn here all about date picker support in Syncfusion Xamarin Picker (SfPicker) control, its elements and more.
platform: xamarin
control: Picker
documentation: ug
---
@@ -409,7 +409,7 @@ date.IsOpen = !date.IsOpen;

The following screenshot illustrates the output of above code snippets.

![DatePicker image](images/datepicker_img1.jpeg)
![DatePicker image in Xamarin Picker](images/xamarin-picker-datepicker-image.jpeg)


You can download the DatePicker sample for reference from the following link.
File renamed without changes