diff --git a/Xamarin/Badge-View/Animation.md b/Xamarin/Badge-View/Animation.md
index 9b7482305..a61658618 100644
--- a/Xamarin/Badge-View/Animation.md
+++ b/Xamarin/Badge-View/Animation.md
@@ -1,9 +1,9 @@
---
layout: post
-title: Badge animation with Syncfusion Badge View control for Xamarin.Forms
-description: Learn how to set Syncfusion badge view animation in Xamarin.Forms platform
-platform: xamarin
+title: Badge Animation with Syncfusion Badge View Control for Xamarin.Forms
+description: Learn how to configure badge view animations in the Syncfusion Xamarin.Forms platform.
+platform: Xamarin
control: SfBadgeView
documentation: ug
@@ -52,4 +52,4 @@ Content = sfBadgeView;
{% endtabs %}
-
\ No newline at end of file
+
diff --git a/Xamarin/Badge-View/Badge-customization.md b/Xamarin/Badge-View/Badge-customization.md
index 0eff5cd05..7ce032085 100644
--- a/Xamarin/Badge-View/Badge-customization.md
+++ b/Xamarin/Badge-View/Badge-customization.md
@@ -1,9 +1,9 @@
---
layout: post
-title: Customization of Syncfusion Badge View control for Xamarin.Forms
-description: This section explain font, stroke, Text customization in the Syncfusion SfBadgeView control in Xamarin.Forms platform
-platform: xamarin
+title: Customizing Syncfusion Badge View Control for Xamarin.Forms
+description: Explore font, stroke, and text customization options for the Syncfusion SfBadgeView control in Xamarin.Forms.
+platform: Xamarin
control: SfBadgeView
documentation: ug
@@ -11,12 +11,10 @@ documentation: ug
# Badge Customization in Xamarin Badge View (SfBadgeView)
-The [`BadgeSettings`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.SfBadgeView.html#Syncfusion_XForms_BadgeView_SfBadgeView_BadgeSettings) property helps you customize the basic look and feel of the badge view.
-[`BadgeSettings`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.SfBadgeView.html#Syncfusion_XForms_BadgeView_SfBadgeView_BadgeSettings) contains the sub elements such as badge types, positions, icons, colors, and alignments. You can customize the background color, text color, stroke color, width, offset, and font attributes.
+The [`BadgeSettings`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.SfBadgeView.html#Syncfusion_XForms_BadgeView_SfBadgeView_BadgeSettings) property allows you to customize the badge view's appearance, including badge type, position, icon, color, and alignment. You can modify the background color, text color, stroke properties, offset, and font attributes.
+## Font Customization
-## Font customization
-
-The font can be customized using the [`FontSize`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_FontSize), [`FontAttributes`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_FontAttributes), and [`FontFamily`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_FontFamily) properties.
+Customize the badge text font using the [`FontSize`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_FontSize), [`FontAttributes`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_FontAttributes), and [`FontFamily`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_FontFamily) properties.
{% tabs %}
@@ -61,9 +59,9 @@ Content = sfBadgeView;

-## Stroke customization
+## Stroke Customization
-The stroke color and stroke width of the badge view can be customized using the [`Stroke`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_Stroke) and [`StrokeWidth`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_StrokeWidth) properties, respectively.
+Customize the stroke color and width of the badge using the [`Stroke`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_Stroke) and [`StrokeWidth`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_StrokeWidth) properties.
{% tabs %}
@@ -103,9 +101,9 @@ Content = sfBadgeView;

-## Text customization
+## Text Customization
-The text color and margin of badge view can be changed using the [`TextColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_TextColor) and [`TextPadding`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_TextPadding) properties, respectively.
+Modify the text color and margin of the badge view using the [`TextColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_TextColor) and [`TextPadding`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_TextPadding) properties.
{% tabs %}
@@ -145,18 +143,18 @@ Content = sfBadgeView;

-## Predefined styles
+## Predefined Styles
-You can change the colors of the badge using the [`BadgeType`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_BadgeType) property. The badge supports the following eight different essential colors for various situations:
+You can change the badge color using the [`BadgeType`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_BadgeType) property. The badge supports eight colors for different contexts:
- * Dark
- * Error
- * Info
- * Light
- * Primary
- * Secondary
- * Success
- * Warning
+- Dark
+- Error
+- Info
+- Light
+- Primary
+- Secondary
+- Success
+- Warning
{% tabs %}
@@ -196,9 +194,9 @@ Content = sfBadgeView;

-## Badge background customization
+## Badge Background Customization
-Set the [`BadgeType`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_BadgeType) to `None`. You can customize the color of the badge view using the [`BackgroundColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_BackgroundColor) property.
+Set the [`BadgeType`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_BadgeType) to `None` to manually customize the badge color using the [`BackgroundColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_BackgroundColor) property.
{% tabs %}
@@ -238,9 +236,9 @@ Content = sfBadgeView;

-## Setting corner radius of the badge
+## Setting Corner Radius of the Badge
-The [`CornerRadius`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_CornerRadius) property is used to reduce the radius of the corners.
+The [`CornerRadius`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_CornerRadius) property customizes the corner radius of the badge.
{% tabs %}
@@ -279,9 +277,9 @@ Content = sfBadgeView;

-## Alignment of badge
+## Alignment of Badge
-You can align the badge view using the `Center`, `Start`, and `End` properties of [`BadgeAlignment`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_BadgeAlignment) property.
+Align the badge using the `Center`, `Start`, and `End` properties of the [`BadgeAlignment`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_BadgeAlignment) property.
{% tabs %}
@@ -326,6 +324,6 @@ Content = sfBadgeView;

-## See also
+## See Also
-[How to add a custom icon to the badge in Xamarin.Forms badge view (SfBadgeView)](https://support.syncfusion.com/kb/article/10046/how-to-add-a-custom-icon-to-the-badge-in-xamarin-forms-badge-view-sfbadgeview)
\ No newline at end of file
+[How to Add a Custom Icon to the Badge in Xamarin.Forms Badge View (SfBadgeView)](https://support.syncfusion.com/kb/article/10046/how-to-add-a-custom-icon-to-the-badge-in-xamarin-forms-badge-view-sfbadgeview)
diff --git a/Xamarin/Badge-View/Getting-Started.md b/Xamarin/Badge-View/Getting-Started.md
index 73a73dd5a..1eb00097c 100644
--- a/Xamarin/Badge-View/Getting-Started.md
+++ b/Xamarin/Badge-View/Getting-Started.md
@@ -1,33 +1,38 @@
---
layout: post
-title: Getting Started with Syncfusion Badge View control for Xamarin.Forms
-description: This section explains how to add SfBadgeView reference, lanching the control in each platform, and initializing the control
-platform: xamarin
+title: Getting Started with Syncfusion Badge View Control for Xamarin.Forms
+description: This section explains how to add the SfBadgeView reference, launch the control on each platform, and initialize it.
+platform: Xamarin
control: SfBadgeView
documentation: ug
---
-# SfBadgeView Getting Started
+# Getting Started with SfBadgeView
+This section outlines the steps required to configure the [Xamarin Badge View](https://www.syncfusion.com/xamarin-ui-controls/xamarin-badge-view) (`SfBadgeView`) control and customize its elements.
-This section explains the steps required to configure the [Xamarin Badge View](https://www.syncfusion.com/xamarin-ui-controls/xamarin-badge-view) (SfBadgeView) control and customize its elements.
+## Assembly Deployment
-## Assembly deployment
+After installing [Essential Studio® for Xamarin](https://www.syncfusion.com/downloads/xamarin), locate all necessary assemblies in: `{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.
+Example path: `C:\Program Files (x86)\Syncfusion\Essential Studio\19.1.0.54\Xamarin\lib`.
-E.g.: C:\Program Files (x86) \Syncfusion\Essential Studio\19.1.0.54\Xamarin\lib
+> **Note:** On Mac, assemblies are found in: `Documents/Syncfusion/{Version #}/Xamarin/lib`.
+## Adding SfBadgeView Reference
-N> Assemblies can be found in unzipped package location(Documents/Syncfusion/{Version #}/Xamarin/lib) in Mac.
+You can add the SfBadgeView reference using one of the following methods:
-## Adding SfBadgeView reference
+**Method 1: Using NuGet**
+Syncfusion Xamarin components are available on [nuget.org](https://www.nuget.org/). To add `SfBadgeView` to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.SfBadgeView](https://www.nuget.org/packages/Syncfusion.Xamarin.SfBadgeView), and install it.
-You can add SfBadgeView reference using one of the following methods:
+
-**Method 1: Adding SfBadgeView reference from nuget.org**
+> **Note:** Install the same version of the SfBadgeView NuGet in all projects.
-Syncfusion Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfBadgeView to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.SfBadgeView](https://www.nuget.org/packages/Syncfusion.Xamarin.SfBadgeView), and then install it.
+**Method 2: Using Xamarin Toolbox**
+The Xamarin Toolbox allows you to drag the `SfBadgeView` control onto the XAML page, automatically installing required [NuGet packages](https://help.syncfusion.com/xamarin/visual-studio-integration/nuget-packages) and adding the namespace. Learn more about the [Toolbox](https://help.syncfusion.com/xamarin/utility#toolbox).
-
+**Method 3: Manually Adding Assemblies**
+Manually reference assemblies from the installed location:
N> Install the same version of SfBadgeView NuGet in all the projects.
diff --git a/Xamarin/Badge-View/Overview.md b/Xamarin/Badge-View/Overview.md
index e31d0fbe2..43b3de03f 100644
--- a/Xamarin/Badge-View/Overview.md
+++ b/Xamarin/Badge-View/Overview.md
@@ -1,9 +1,9 @@
---
layout: post
-title: Overview of Syncfusion Badge View control for Xamarin.Forms
-description: This section explains the key features and quick overview about Syncfusion Badge view control for Xamarin.Forms
-platform: xamarin
+title: Overview of Syncfusion Badge View Control for Xamarin.Forms
+description: Discover the key features and an overview of the Syncfusion Badge View control for Xamarin.Forms.
+platform: Xamarin
control: SfBadgeView
documentation: ug
@@ -11,16 +11,13 @@ documentation: ug
# Overview
-Badges are used to notify users of new or unread messages, notifications, or the status of something.
+Badges notify users of new or unread messages, alerts, notifications, or statuses.
-## Key features
+## Key Features
-**Position** : Position the badge text around the badge content.
+- **Position**: Flexibly position the badge text around the badge content.
+- **Predefined Styles**: Customize the badge background with a range of predefined colors.
+- **Animation**: Utilize animations for dynamic badge text presentation.
+- **Predefined Symbols**: Access built-in notification symbols like available, busy, away, and delete.
-**Predefined styles**: Customize the badge background with predefined colors.
-
-**Animation**: Use animations for badge text.
-
-**Predefined symbols**: The Badge View control provides predefined notification symbols such as available, busy, away, and delete.
-
-
\ No newline at end of file
+
diff --git a/Xamarin/Badge-View/Position-customization.md b/Xamarin/Badge-View/Position-customization.md
index fcc80a7b8..cfdcd2aa2 100644
--- a/Xamarin/Badge-View/Position-customization.md
+++ b/Xamarin/Badge-View/Position-customization.md
@@ -1,17 +1,17 @@
---
layout: post
-title: Position customization of Syncfusion Badge view for Xamarin.Forms
-description: This section explain about how to set Syncfusion badge view position customization in Xamarin.Forms platform
-platform: xamarin
+title: Position Customization of Syncfusion Badge View for Xamarin.Forms
+description: Learn how to customize the position of the Syncfusion Badge View in the Xamarin.Forms platform.
+platform: Xamarin
control: SfBadgeView
documentation: ug
---
-# Position customization
+# Position Customization
-The default position of notification is `TopRight`. You can change the position to the `TopLeft`, `BottomLeft`, and `BottomRight` using the [`BadgePosition`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_BadgePosition) properties.
+The default badge position is `TopRight`. You can change the position to `TopLeft`, `BottomLeft`, or `BottomRight` using the [`BadgePosition`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_BadgePosition) property.
{% tabs %}
@@ -50,9 +50,9 @@ Content = sfBadgeView;

-## Setting badge offset
+## Setting Badge Offset
-You can adjust the badge view using the [`Offset`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_Offset) property.
+Adjust the badge view position using the [`Offset`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_Offset) property.
{% tabs %}
diff --git a/Xamarin/Badge-View/Predefined-symbols.md b/Xamarin/Badge-View/Predefined-symbols.md
index ad2667cff..eee99800e 100644
--- a/Xamarin/Badge-View/Predefined-symbols.md
+++ b/Xamarin/Badge-View/Predefined-symbols.md
@@ -1,29 +1,28 @@
---
layout: post
-title: Predefined symbols of Syncfusion Badge view control for Xamarin.Forms
-description: Learn how to set Syncfusion badge view predefined symbols and types of badge icons in Xamarin.Forms platform
-platform: xamarin
+title: Predefined Symbols of Syncfusion Badge View Control for Xamarin.Forms
+description: Learn to configure predefined symbols and types of badge icons in the Syncfusion Badge View for Xamarin.Forms.
+platform: Xamarin
control: SfBadgeView
documentation: ug
---
-# Predefined symbols in Xamarin.Forms BadgeView (SfBadgeView)
+# Predefined Symbols in Xamarin.Forms BadgeView (SfBadgeView)
-You can change the badge icon using the [`BadgeIcon`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_BadgeIcon) property. Badge icons will be visible when you do not set the badge text. The badge supports the following types of [`BadgeIcon`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_BadgeIcon):
+Change the badge icon within the `SfBadgeView` using the [`BadgeIcon`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_BadgeIcon) property. Icons appear when badge text is not set. Supported `BadgeIcon` types include:
+- Add
+- Available
+- Away
+- Busy
+- Delete
+- Dot
+- None
+- Prohibit1
+- Prohibit2
-* Add
-* Available
-* Away
-* Busy
-* Delete
-* Dot
-* None
-* Prohibit1
-* Prohibit2
-
-N> When both the [`BadgeIcon`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_BadgeIcon) and [`BadgeText`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.SfBadgeView.html#Syncfusion_XForms_BadgeView_SfBadgeView_BadgeText) are set for badge view, then badge text has a higher priority. The badge text will be rendered in output.
+> **Note:** When both [`BadgeIcon`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.BadgeSetting.html#Syncfusion_XForms_BadgeView_BadgeSetting_BadgeIcon) and [`BadgeText`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.BadgeView.SfBadgeView.html#Syncfusion_XForms_BadgeView_SfBadgeView_BadgeText) are set, badge text is prioritized and will be displayed.
{% tabs %}
diff --git a/Xamarin/Border/Customization.md b/Xamarin/Border/Customization.md
index eaa612182..81c0d48fe 100644
--- a/Xamarin/Border/Customization.md
+++ b/Xamarin/Border/Customization.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Various customization in Syncfusion border control for Xamarin.Forms
-description: This section describes how to provide various customization to the Syncfusion Border control in Xamarin.Forms.
+title: Various Customizations for Syncfusion Border Control in Xamarin.Forms
+description: Learn how to customize Syncfusion Border control properties in Xamarin.Forms, including color, width, and shadow effects.
platform: Xamarin
control: SfBorder
documentation: ug
@@ -9,11 +9,11 @@ documentation: ug
# Customization in Xamarin.Forms Border (SfBorder)
-The [Xamarin Border](https://www.syncfusion.com/xamarin-ui-controls/xamarin-border) (SfBorder) control supports customizing the border color, width, corner radius, background color, and more. The border can be customized using the following properties.
+The [Xamarin Border](https://www.syncfusion.com/xamarin-ui-controls/xamarin-border) (SfBorder) control allows customization of border color, width, corner radius, background color, and more. Configure the border using the following properties:
-## Border color
+## Border Color
-You can customize the color of the border using the `BorderColor` property.
+Customize the border color using the `BorderColor` property.
{% tabs %}
{% highlight xaml %}
@@ -303,4 +303,4 @@ this.Content = border;
{% endhighlight %}
{% endtabs %}
-
\ No newline at end of file
+
diff --git a/Xamarin/Border/Getting-started.md b/Xamarin/Border/Getting-started.md
index b96cce8dd..841f4b63d 100644
--- a/Xamarin/Border/Getting-started.md
+++ b/Xamarin/Border/Getting-started.md
@@ -1,25 +1,26 @@
---
layout: post
-title: Getting started | SfBorder | Xamarin | Syncfusion
-description: This section describes about quick tour to initial users on Syncfusion Border control for Xamarin.Forms platform.
-platform: xamarin
+title: Getting Started with SfBorder | Xamarin | Syncfusion
+description: This section provides a quick tour for new users of the Syncfusion SfBorder control in Xamarin.Forms.
+platform: Xamarin
control: SfBorder
documentation: ug
---
# Getting Started with SfBorder
-This section provides an overview for working with the SfBorder control for Xamarin.Forms and explains the entire process of creating a real-world application.
+This tutorial provides an overview for working with the SfBorder control in Xamarin.Forms and guides you through creating a real-world application.
-## Assembly deployment
+## 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), locate all necessary assemblies in: `{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
-N> Assemblies can be found in unzipped package location(Documents/Syncfusion/{Version #}/Xamarin/lib) in Mac.
+> **Note:** On Mac, assemblies can be found in: `Documents/Syncfusion/{Version #}/Xamarin/lib`.
+## Adding SfBorder Reference
-## Adding SfBorder reference
+You can add the SfBorder reference using one of the following methods:
You can add SfBorder reference using one of the following methods:
@@ -66,23 +67,21 @@ 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/mac-installer/how-to-download).
+> **Note:** 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) setup guides.
-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.
+> **Important:** Starting with v16.2.0.x, you need to include a license key for Syncfusion assemblies from the trial setup or NuGet feed. See the [Syncfusion license key](https://help.syncfusion.com/common/essential-studio/licensing/overview) guide for details on registering a license key in your Xamarin application.
-## Launching an application on each platform with SfBorder.
+## Launching the Application on Each Platform with SfBorder
-To use the SfBorder control inside an application, each platform application must initialize the SfBorder renderer. This initialization step varies from platform to platform and is discussed in the following sections:
-
-N> If you are adding the references from toolbox, below steps are not needed.
+To use SfBorder within an application, each platform requires initialization of the SfBorder renderer, as outlined below:
+> **Note:** If using references from the Toolbox, further steps are unnecessary.
### Android and UWP
-The Android and UWP launches the SfBorder without any initialization, and it is enough to only initialize the Xamarin.Forms Framework to launch the application.
-
+For Android and UWP, launching SfBorder requires only initializing the Xamarin.Forms Framework.
### iOS
-To launch the SfBorder in iOS, call the `SfBorderRenderer.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 example.
+To launch SfBorder in iOS, call `SfBorderRenderer.Init()` within the `FinishedLaunching` method of the AppDelegate class after the Xamarin.Forms Framework initialization and before `LoadApplication`.
{% highlight c# %}
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
@@ -95,9 +94,9 @@ public override bool FinishedLaunching(UIApplication app, NSDictionary options)
}
{% endhighlight %}
-### Release mode issue in UWP platform
+### Release Mode Issue on UWP Platform
-The known Framework issue in UWP platform is that the custom controls will not be rendered when deployed an application in `Release Mode`. It can be resolved by initializing the SfBorder assemblies in the `App.xaml.cs` file in the UWP project, as demonstrated in the following code example.
+UWP platforms have a known issue where custom controls are not rendered when deploying an application in `Release Mode`. Resolve this by initializing SfBorder assemblies in the `App.xaml.cs` file in the UWP project, as shown:
{% highlight c# %}
// In App.xaml.cs
@@ -122,8 +121,7 @@ protected override void OnLaunched(LaunchActivatedEventArgs e)
### Windows Presentation Foundation (WPF)
-To launch the border in WPF, call the SfBorderRenderer.Init() method in the MainWindow constructor of the MainWindow class after the Xamarin.Forms framework has been initialized and before the LoadApplication method is called as demonstrated in the following code sample.
-
+Launch SfBorder in WPF by calling `SfBorderRenderer.Init()` in the `MainWindow` constructor after Xamarin.Forms initialization and before `LoadApplication`.
{% highlight c# %}
public partial class MainWindow : FormsApplicationPage
@@ -142,11 +140,11 @@ public partial class MainWindow : FormsApplicationPage
{% endhighlight %}
-## Creating SfBorder control
+## Creating the SfBorder Control
-The `SfBorder` control is configured entirely in C# code or in XAML markup. The following steps explain how to create a `SfBorder` and configure its elements.
+The `SfBorder` control can be configured entirely in C# code or using XAML markup. Below are steps to create `SfBorder` and its elements:
-### Adding namespace for referred assemblies
+### Adding Namespace for Referred Assemblies
{% tabs %}
@@ -164,7 +162,7 @@ using Syncfusion.XForms.Border;
{% endtabs %}
-### Add the SfBorder control as the content of ContentPage.
+### Adding SfBorder Control as Content of ContentPage
{% tabs %}
{% highlight xaml %}
@@ -222,6 +220,6 @@ namespace BorderGettingStarted
{% endhighlight %}
{% endtabs %}
-
+
The complete Getting Started sample is available in [this](https://www.syncfusion.com/downloads/support/directtrac/general/ze/GettingStarted828010295.zip) link.
diff --git a/Xamarin/Border/Overview.md b/Xamarin/Border/Overview.md
index cd42b8e34..2b83a8a23 100644
--- a/Xamarin/Border/Overview.md
+++ b/Xamarin/Border/Overview.md
@@ -1,22 +1,20 @@
---
-layout : post
-title : Overview of Syncfusion border control for Xamarin.Forms
-description : A quick go through to learn about the border control and the key features available in it.
-platform : xamarin
-control : SfBorder
-documentation : ug
+layout: post
+title: Overview of Syncfusion Border Control for Xamarin.Forms
+description: A quick overview of the border control and its key features in Xamarin.Forms.
+platform: Xamarin
+control: SfBorder
+documentation: ug
---
# Overview
-The Xamarin.Forms Border control is a container control that allows you to apply borders, backgrounds, border width, and corner radii
+The Xamarin.Forms Border control is a versatile container that enables you to apply customized borders, background colors, border widths, and corner radii to your UI elements.
## Key Features
-* Customize the background, border width, and border color of the Border control.
+- Customize the background, border width, and border color of the Border control.
+- Implement a circular image.
+- Customize all the edges with different corner radii.
-* Implement a circular image.
-
-* Customize all the edges with different corner radii.
-
-
+
diff --git a/Xamarin/Effects-View/Customization.md b/Xamarin/Effects-View/Customization.md
index bc859221e..ad900615b 100644
--- a/Xamarin/Effects-View/Customization.md
+++ b/Xamarin/Effects-View/Customization.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Customization in Xamarin Effects View control | Syncfusion
-description: Learn here all about Customization support in Syncfusion Xamarin Effects View (SfEffectsView) control and more.
+title: Customization in Xamarin Effects View Control | Syncfusion
+description: Discover how to customize the Syncfusion Xamarin Effects View (SfEffectsView) control, including corner radius, animation duration, colors, and more.
platform: xamarin
control: SfEffectsView
documentation: ug
@@ -9,12 +9,12 @@ documentation: ug
# Customization in Xamarin Effects View (SfEffectsView)
-The [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) control provides support to customize the corner radius, animation duration, color, and more. This section explains how to customize the effects view control.
+The [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) control offers customization options for corner radius, animation duration, colors, and more. This section provides guidance on customizing the Effects View control.
## CornerRadius
-The [`CornerRadius`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_CornerRadius) property of [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) is used to customize the corner radius of the [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) control.
+The [`CornerRadius`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_CornerRadius) property allows you to customize the corner radius of the `SfEffectsView`.
{% tabs %}
@@ -41,8 +41,7 @@ var effectsView = new SfEffectsView
## RippleAnimationDuration
-The [`RippleAnimationDuration`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_RippleAnimationDuration) property of [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) is used to customize the duration of ripple animation.
-
+Customize the duration of ripple animation using the [`RippleAnimationDuration`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_RippleAnimationDuration) property.
{% tabs %}
{% highlight xaml %}
@@ -66,7 +65,7 @@ var effectsView = new SfEffectsView()
## ScaleAnimationDuration
-The [`ScaleAnimationDuration`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_ScaleAnimationDuration) property of [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) is used to customize the duration of scale animation.
+The [`ScaleAnimationDuration`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_ScaleAnimationDuration) property allows customization of the scale animation duration.
{% tabs %}
@@ -96,8 +95,7 @@ var effectsView = new SfEffectsView()
## RotationAnimationDuration
-The [`RotationAnimationDuration`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_RotationAnimationDuration) property of [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) is used to customize the duration of rotation animation.
-
+Customize the rotation animation duration using the [`RotationAnimationDuration`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_RotationAnimationDuration) property.
{% tabs %}
{% highlight xaml %}
@@ -126,7 +124,7 @@ var effectsView = new SfEffectsView()
## InitialRippleFactor
-The [`InitialRippleFactor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_InitialRippleFactor) property of [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) is used to customize the radius of the ripple when ripple animation starts.
+Use the [`InitialRippleFactor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_InitialRippleFactor) property to customize the initial ripple radius when the animation starts.
{% tabs %}
@@ -153,8 +151,7 @@ var effectsView = new SfEffectsView
## ScaleFactor
-The [`ScaleFactor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_ScaleFactor) property of [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) is used to customize the scale of the view.
-
+Customize the scale of the view using the [`ScaleFactor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_ScaleFactor) property.
{% tabs %}
{% highlight xaml %}
@@ -187,7 +184,7 @@ var effectsView = new SfEffectsView
## HighlightColor
-The [`HighlightColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_HighlightColor) property of [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) is used to customize the color of highlight effect.
+Use the [`HighlightColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_HighlightColor) property to customize the highlight effect color.
{% tabs %}
@@ -217,8 +214,7 @@ var effectsView = new SfEffectsView
## RippleColor
-The [`RippleColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_RippleColor) property of [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) is used to customize the color of ripple.
-
+Customize the ripple color using the [`RippleColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_RippleColor) property.
{% tabs %}
{% highlight xaml %}
@@ -244,7 +240,7 @@ var effectsView = new SfEffectsView
## SelectionColor
-The [`SelectionColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_SelectionColor) property of [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) is used to customize the color of selection effect.
+The [`SelectionColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_SelectionColor) property is used to customize the selection effect color.
{% tabs %}
@@ -274,8 +270,7 @@ var effectsView = new SfEffectsView
## Angle
-The [`Angle`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_Angle) property of [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) is used to customize the rotation angle.
-
+Customize the rotation angle using the [`Angle`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_Angle) property.
{% tabs %}
{% highlight xaml %}
@@ -304,7 +299,7 @@ var effectsView = new SfEffectsView
## HighlightColorOpacity
-The [`HighlightColorOpacity`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_HighlightColorOpacity) property of [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) can be used to customise the opacity of the [`HighlightColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_HighlightColor). The default value is 0.04 and it ranges from 0 to 1.
+Adjust the opacity of the [`HighlightColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_HighlightColor) using the [`HighlightColorOpacity`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_HighlightColorOpacity) property. The default value is 0.04, ranging from 0 to 1.
{% tabs %}
@@ -334,7 +329,7 @@ var effectsView = new SfEffectsView
## RippleColorOpacity
-The [`RippleColorOpacity`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_RippleColorOpacity) property of [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) can be used to customise the opacity of the [`RippleColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_RippleColor). The default value is 0.12 and it ranges from 0 to 1.
+Customize the opacity of the [`RippleColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_RippleColor) using the [`RippleColorOpacity`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_RippleColorOpacity) property. The default value is 0.12, ranging from 0 to 1.
{% tabs %}
@@ -362,7 +357,7 @@ var effectsView = new SfEffectsView
## SelectionColorOpacity
-The [`SelectionColorOpacity`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_SelectionColorOpacity) property of [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) can be used to customise the opacity of the [`SelectionColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_SelectionColor). The default value is 0.12 and it ranges from 0 to 1.
+Adjust the opacity of the [`SelectionColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_SelectionColor) using the [`SelectionColorOpacity`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_SelectionColorOpacity) property. The default value is 0.12, ranging from 0 to 1.
{% tabs %}
@@ -390,8 +385,7 @@ var effectsView = new SfEffectsView

-## See also
-
-[How to get the selected item from ListView while using SfEffectsView within ItemTemplate](https://support.syncfusion.com/kb/article/10193/how-to-get-the-selected-item-from-listview-while-using-effectsview-within-itemtemplate)
+## See Also
-[How to use SfEffectsView in SfListView](https://support.syncfusion.com/kb/article/9569/how-to-use-the-effects-view-in-xamarinforms-listview-sflistview)
+- [How to get the selected item from ListView while using SfEffectsView within ItemTemplate](https://support.syncfusion.com/kb/article/10193/how-to-get-the-selected-item-from-listview-while-using-effectsview-within-itemtemplate)
+- [How to use SfEffectsView in SfListView](https://support.syncfusion.com/kb/article/9569/how-to-use-the-effects-view-in-xamarinforms-listview-sflistview)
diff --git a/Xamarin/Effects-View/Effects.md b/Xamarin/Effects-View/Effects.md
index c259cd8f8..ddda906ac 100644
--- a/Xamarin/Effects-View/Effects.md
+++ b/Xamarin/Effects-View/Effects.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Effects in Xamarin Effects View control | Syncfusion
-description: Learn here all about Effects support in Syncfusion Xamarin Effects View (SfEffectsView) control and more.
+title: Effects in Xamarin Effects View Control | Syncfusion
+description: Explore the various effects supported by the Syncfusion Xamarin Effects View (SfEffectsView) control, including highlight, ripple, selection, scaling, and rotation.
platform: xamarin
control: SfEffectsView
documentation: ug
@@ -9,11 +9,11 @@ documentation: ug
# Effects in Xamarin Effects View (SfEffectsView)
-The [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) control provides modern effects such as highlight, ripple, selection, scaling, and rotation. This section explains about these effects.
+The [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) control offers modern visual effects such as highlight, ripple, selection, scaling, and rotation. This section provides an overview of these effects.
## Highlight
-`SfEffects.Highlight` is a smooth transition on the background color of [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html).
+`SfEffects.Highlight` applies a smooth transition to the background color of the [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html).
{% tabs %}
@@ -43,7 +43,7 @@ var effectsView = new SfEffectsView
## Ripple
-The `SfEffects.Ripple` is a growable circle, which is initially placed on the tapped location, and it grows till the whole layout is filled. `SfEffects.Ripple` is rendered based on [`InitialRippleFactor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_InitialRippleFactor).
+The `SfEffects.Ripple` effect creates a growing circle, starting from the tapped location and expanding to fill the entire layout. This effect is rendered based on the [`InitialRippleFactor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_InitialRippleFactor).
{% tabs %}
@@ -70,7 +70,7 @@ var effectsView = new SfEffectsView()
## Scale
-`SfEffects.Scale` is a smooth transition on the size of the [`SfEffectsView.Content`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) from actual size to the size calculated based on [`ScaleFactor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_ScaleFactor) in pixels.
+`SfEffects.Scale` provides a smooth transition, changing the size of the [`SfEffectsView.Content`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) from its actual size to a size determined by the [`ScaleFactor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_EffectsView_SfEffectsView_ScaleFactor).
{% tabs %}
@@ -104,7 +104,7 @@ var effectsView = new SfEffectsView
## Selection
-`SfEffects.Selection` is a smooth color transition to indicate whether the [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) state is selected or not.
+`SfEffects.Selection` provides a smooth color transition to indicate whether the [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) is selected.
{% tabs %}
@@ -134,7 +134,7 @@ var effectsView = new SfEffectsView
## Rotation
-`SfEffects.Rotation` provides a circular movement to [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) around the center of the [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) based on the specified [`Angle`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_Angle).
+`SfEffects.Rotation` applies a circular movement to the [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html), rotating around its center based on the specified [`Angle`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_Angle).
{% tabs %}
@@ -162,9 +162,9 @@ var effectsView = new SfEffectsView
## Combinations
-The [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) control provides support to apply multiple [`SfEffects`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffects.html) in combination. The following are some valid combinations of [`SfEffects`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffects.html):
+The [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) control allows the application of multiple [`SfEffects`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffects.html) in combination. Here are some valid combinations of `SfEffects`:
-### Highlight and ripple
+### Highlight and Ripple
{% tabs %}
@@ -187,7 +187,7 @@ var effectsView = new SfEffectsView()
{% endtabs %}
-### Highlight and selection
+### Highlight and Selection
{% tabs %}
@@ -213,7 +213,7 @@ var effectsView = new SfEffectsView()
{% endtabs %}
-### Ripple and selection
+### Ripple and Selection
{% tabs %}
@@ -239,7 +239,7 @@ var effectsView = new SfEffectsView()
{% endtabs %}
-### Highlight, ripple and selection
+### Highlight, Ripple, and Selection
{% tabs %}
@@ -265,7 +265,7 @@ var effectsView = new SfEffectsView()
{% endtabs %}
-### Scale and selection
+### Scale and Selection
{% tabs %}
diff --git a/Xamarin/Effects-View/Events.md b/Xamarin/Effects-View/Events.md
index 2b7e0fad4..49add262d 100644
--- a/Xamarin/Effects-View/Events.md
+++ b/Xamarin/Effects-View/Events.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Events in Xamarin Effects View control | Syncfusion
-description: Learn here all about Events support in Syncfusion Xamarin Effects View (SfEffectsView) control and more.
+title: Events in Xamarin Effects View Control | Syncfusion
+description: Explore the events supported by the Syncfusion Xamarin Effects View (SfEffectsView) control, such as AnimationCompleted and SelectionChanged.
platform: xamarin
control: SfEffectsView
documentation: ug
@@ -9,9 +9,9 @@ documentation: ug
# Events in Xamarin Effects View (SfEffectsView)
-## AnimationCompleted event
+## AnimationCompleted Event
-The [`AnimationCompleted`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) event occurs when the rendered effects have been completed.
+The [`AnimationCompleted`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) event is triggered when all rendered effects in the `SfEffectsView` are completed.
{% tabs %}
@@ -104,3 +104,4 @@ public partial class MainPage : ContentPage
{% endtabs %}
N> The [`SelectionChanged`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) event triggers both on rendering `SfEffects.Selection` by direct interaction and on changing the [`IsSelected`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_IsSelected) property of [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html).
+
diff --git a/Xamarin/Effects-View/Features.md b/Xamarin/Effects-View/Features.md
index a8522842a..68aaae1aa 100644
--- a/Xamarin/Effects-View/Features.md
+++ b/Xamarin/Effects-View/Features.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Features in Xamarin Effects View control | Syncfusion
-description: Learn here all about Features support in Syncfusion Xamarin Effects View (SfEffectsView) control and more.
+title: Features in Xamarin Effects View Control | Syncfusion
+description: Explore the features supported by the Syncfusion Xamarin Effects View (SfEffectsView) control, including FadeOutRipple, IsSelected, and ShouldIgnoreTouches.
platform: xamarin
control: SfEffectsView
documentation: ug
@@ -9,11 +9,11 @@ documentation: ug
# Features in Xamarin Effects View (SfEffectsView)
-The [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) control provides the following additional features to enhance the effects:
+The [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) control provides several additional features to enhance its effects capabilities.
## FadeOutRipple
-By enabling the [`FadeOutRipple`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_FadeOutRipple) property of [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html), the growable circle will lose its opacity to 0 on growing.
+Enable the [`FadeOutRipple`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_FadeOutRipple) property to make the ripple effect's opacity diminish to zero as it grows.
{% tabs %}
@@ -43,7 +43,7 @@ var effectsView = new SfEffectsView
## IsSelected
-Enabling the [`IsSelected`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_IsSelected) property of [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) sets the view state as selected.
+The [`IsSelected`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_IsSelected) property sets the view's state to selected when enabled.
{% tabs %}
@@ -71,7 +71,7 @@ var effectsView = new SfEffectsView
## ShouldIgnoreTouches
-Enabling the [`ShouldIgnoreTouches`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_ShouldIgnoreTouches) property of [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) cancels the direct interaction of the [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html).
+Set the [`ShouldIgnoreTouches`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_ShouldIgnoreTouches) property to true to cancel direct interactions with the `SfEffectsView`.
{% tabs %}
diff --git a/Xamarin/Effects-View/Getting-Started.md b/Xamarin/Effects-View/Getting-Started.md
index 3bc59e72c..7c35c276c 100644
--- a/Xamarin/Effects-View/Getting-Started.md
+++ b/Xamarin/Effects-View/Getting-Started.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Getting Started with Xamarin Effects View control | Syncfusion
-description: Learn here about getting started with Syncfusion Xamarin Effects View (SfEffectsView) control, its elements and more.
+title: Getting Started with Xamarin Effects View Control | Syncfusion
+description: Learn how to get started with the Syncfusion Xamarin Effects View (SfEffectsView) control, including its elements and configuration.
platform: xamarin
control: SfEffectsView
documentation: ug
@@ -9,33 +9,31 @@ documentation: ug
# Getting Started with Xamarin Effects View (SfEffectsView)
-This section explains the steps required to configure the SfEffectsView control.
+This section outlines the steps required to configure the SfEffectsView control.
-## Assembly deployment
+## 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 locate the necessary assemblies in the installation folders at `{Syncfusion Essential Studio Installed location}\Essential Studio\{Version #}\Xamarin\lib`. For example: `C:\Program Files (x86)\Syncfusion\Essential Studio\19.1.0.54\Xamarin\lib`.
-E.g.: C:\Program Files (x86) \Syncfusion\Essential Studio\19.1.0.54\Xamarin\lib
+> **Note:** Assemblies are also available in the unzipped package location at `Documents/Syncfusion/{Version #}/Xamarin/lib` on Mac.
-N> Assemblies can be found in unzipped package location(Documents/Syncfusion/{Version #}/Xamarin/lib) in Mac.
+## Adding SfEffectsView Reference
-## Adding SfEffectsView reference
+You can add the SfEffectsView reference using one of the following methods:
-You can add SfEffectsView reference using one of the following methods:
+**Method 1: Adding SfEffectsView Reference from NuGet**
-**Method 1: Adding SfEffectsView reference from nuget.org**
-
-Syncfusion Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfEffectsView to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.Core](https://www.nuget.org/packages/Syncfusion.Xamarin.Core), and then install it.
+Syncfusion Xamarin components are available on [nuget.org](https://www.nuget.org/). To add SfEffectsView to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.Core](https://www.nuget.org/packages/Syncfusion.Xamarin.Core), and install it.

-**Method 2: Adding SfEffectsView reference from toolbox**
+**Method 2: Adding SfEffectsView Reference from Toolbox**
-Syncfusion also provides Xamarin Toolbox. Using this toolbox, you can drag the SfEffectsView 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 provides a Xamarin Toolbox. Using this toolbox, you can drag the SfEffectsView control to the XAML page, automatically installing the required NuGet packages and adding the namespace. Refer to [Toolbox](https://help.syncfusion.com/xamarin/utility#toolbox) for installation details.
-**Method 3: Adding SfEffectsView assemblies manually from the installed location**
+**Method 3: Adding SfEffectsView Assemblies Manually**
-If you prefer to manually reference the assemblies instead referencing from NuGet, add the following assemblies in respective projects.
+If you prefer to manually reference the assemblies instead of using NuGet, add the following assemblies to the respective projects:
Location : {Installed location}/{version}/Xamarin/lib
@@ -70,7 +68,7 @@ N> If you are adding the references from toolbox, the following steps are not ne
### iOS
-To launch the SfEffectsView in iOS, call the `SfEffectsViewRenderer.Init()` method in the FinishedLaunching overridden method of the AppDelegate class after the Xamarin.Forms framework has been initialized and before the `LoadApplication` method is called as demonstrated in the following code sample.
+To launch the SfEffectsView in iOS, call the `SfEffectsViewRenderer.Init()` method in the FinishedLaunching overridden method of the AppDelegate class after the Xamarin.Forms framework has been initialized and before the `LoadApplication` method, as demonstrated below.
{% highlight C# %}
@@ -86,7 +84,7 @@ public override bool FinishedLaunching(UIApplication app, NSDictionary options)
### Universal Windows Platform (UWP)
-To deploy the effects view in `Release` mode, initialize the core assemblies in the App.xaml.cs file in the UWP project as demonstrated in the following code samples.
+To deploy the effects view in `Release` mode, initialize the core assemblies in the App.xaml.cs file in the UWP project as shown below.
{% highlight C# %}
@@ -107,11 +105,11 @@ protected override void OnLaunched(LaunchActivatedEventArgs e)
### Android
-Android platform does not require any additional configuration to render the SfEffectsView control.
+The Android platform does not require additional configuration to render the SfEffectsView control.
## Initializing SfEffectsView
-Import the [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) control namespace in respective page as demonstrated in the following code sample.
+Import the [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) control namespace into the respective page.
{% tabs %}
@@ -129,7 +127,7 @@ using Syncfusion.XForms.EffectsView;
{% endtabs %}
-Then, initialize the SfEffectsView as demonstrated in the following code example.
+Then, initialize the SfEffectsView as demonstrated below.
{% tabs %}
@@ -152,10 +150,9 @@ effectsView.CornerRadius = new Thickness(0, 25, 0, 25);

-You can find the complete getting started sample from this [link.](https://github.com/SyncfusionExamples/Getting-started-of-SfEffectsView-in-Xamarin.Forms)
-
-## See also
+You can find a complete getting started sample from this [link](https://github.com/SyncfusionExamples/Getting-started-of-SfEffectsView-in-Xamarin.Forms).
-[How to get the selected item from ListView while using SfEffectsView within ItemTemplate](https://support.syncfusion.com/kb/article/10193/how-to-get-the-selected-item-from-listview-while-using-effectsview-within-itemtemplate)
+## See Also
-[How to use effects view in SfListView](https://support.syncfusion.com/kb/article/9569/how-to-use-the-effects-view-in-xamarinforms-listview-sflistview)
\ No newline at end of file
+- [How to get the selected item from ListView while using SfEffectsView within ItemTemplate](https://support.syncfusion.com/kb/article/10193/how-to-get-the-selected-item-from-listview-while-using-effectsview-within-itemtemplate)
+- [How to use effects view in SfListView](https://support.syncfusion.com/kb/article/9569/how-to-use-the-effects-view-in-xamarinforms-listview-sflistview)
diff --git a/Xamarin/Effects-View/Interaction.md b/Xamarin/Effects-View/Interaction.md
index 5a16ab4bf..2ab9fb061 100644
--- a/Xamarin/Effects-View/Interaction.md
+++ b/Xamarin/Effects-View/Interaction.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Interaction in Xamarin Effects View control | Syncfusion
-description: Learn here all about Interaction support in Syncfusion Xamarin Effects View (SfEffectsView) control and more.
+title: Interaction in Xamarin Effects View Control | Syncfusion
+description: Explore interaction support in the Syncfusion Xamarin Effects View (SfEffectsView) control, including different interaction effects.
platform: xamarin
control: SfEffectsView
documentation: ug
@@ -9,11 +9,11 @@ documentation: ug
# Interaction in Xamarin Effects View (SfEffectsView)
-You can set the effects on different interactions. This section explains how to set effects on different interactions available in effects view.
+The SfEffectsView control allows you to set effects based on different types of interactions. This section explains how to configure effects for various interactions within the effects view.
## TouchDownEffects
-The [`TouchDownEffects`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_TouchDownEffects) property of [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) is used to render the effects in touch-down interaction.
+The [`TouchDownEffects`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_TouchDownEffects) property of `SfEffectsView` is used to render effects during a touch-down interaction.
{% tabs %}
@@ -38,7 +38,7 @@ var effectsView = new SfEffectsView
## LongPressEffects
-The [`LongPressEffects`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_LongPressEffects) property of [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) is used to render the effects in long-press interaction.
+The [`LongPressEffects`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_LongPressEffects) property of `SfEffectsView` is used to render effects during a long-press interaction.
{% tabs %}
@@ -63,7 +63,7 @@ var effectsView = new SfEffectsView
## TouchUpEffects
-The [`TouchUpEffects`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_TouchUpEffects) property of [`SfEffectsView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html) is used to render the effects in touch-up interaction.
+The [`TouchUpEffects`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_TouchUpEffects) property of `SfEffectsView` is used to render effects during a touch-up interaction.
{% tabs %}
diff --git a/Xamarin/Effects-View/Methods.md b/Xamarin/Effects-View/Methods.md
index 34d0f105c..b4c9e4749 100644
--- a/Xamarin/Effects-View/Methods.md
+++ b/Xamarin/Effects-View/Methods.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Methods in Xamarin Effects View control | Syncfusion
-description: Learn here all about Methods support in Syncfusion Xamarin Effects View (SfEffectsView) control and more.
+title: Methods in Xamarin Effects View Control | Syncfusion
+description: Explore the methods supported in the Syncfusion Xamarin Effects View (SfEffectsView) control for managing effects programmatically.
platform: xamarin
control: SfEffectsView
documentation: ug
@@ -9,19 +9,18 @@ documentation: ug
# Methods in Xamarin Effects View (SfEffectsView)
-You can add or remove effect programmatically using the [`ApplyEffects`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_ApplyEffects_Syncfusion_XForms_EffectsView_SfEffects_Syncfusion_XForms_EffectsView_RippleStartPosition_System_Nullable_System_Drawing_Point__System_Boolean_) or [`Reset`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_Reset) method.
+The `SfEffectsView` control allows you to add or remove effects programmatically using the [`ApplyEffects`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_ApplyEffects_Syncfusion_XForms_EffectsView_SfEffects_Syncfusion_XForms_EffectsView_RippleStartPosition_System_Nullable_System_Drawing_Point__System_Boolean_) or [`Reset`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_Reset) methods.
## ApplyEffects
-The [`ApplyEffects`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_ApplyEffects_Syncfusion_XForms_EffectsView_SfEffects_Syncfusion_XForms_EffectsView_RippleStartPosition_System_Nullable_System_Drawing_Point__System_Boolean_) method is used to trigger the effects rendering with or without repetition. The following are the optional parameters to be passed:
+The [`ApplyEffects`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_ApplyEffects_Syncfusion_XForms_EffectsView_SfEffects_Syncfusion_XForms_EffectsView_RippleStartPosition_System_Nullable_System_Drawing_Point__System_Boolean_) method is used to initiate effect rendering, with or without repetition. The method can accept the following optional parameters:
-* `effects` - [`SfEffects`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffects.html) to be applied. By default, `SfEffects.Ripple` will be applied.
-* `rippleStartPosition` - [`RippleStartPosition`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.RippleStartPosition.html) can be left, top, right, bottom, or default. By default, ripple starts from the center.
-* `rippleStartPoint` - point at which ripple animation starts. The default value is null.
-* `repeat` - bool value used to set whether to repeat the applied effect. The default value is false. Only `SfEffects.Ripple` and `SfEffects.Highlight` can be repeated.
-
-N> The [`SfEffects`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffects.html) applied using [`ApplyEffects`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_ApplyEffects_Syncfusion_XForms_EffectsView_SfEffects_Syncfusion_XForms_EffectsView_RippleStartPosition_System_Nullable_System_Drawing_Point__System_Boolean_) method will not be removed automatically.
+* **`effects`**: The [`SfEffects`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffects.html) to be applied, with `SfEffects.Ripple` as the default.
+* **`rippleStartPosition`**: The [`RippleStartPosition`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.RippleStartPosition.html) value, which can be left, top, right, bottom, or default. By default, the ripple starts from the center.
+* **`rippleStartPoint`**: Specifies the starting point for the ripple animation. The default is `null`.
+* **`repeat`**: A boolean that specifies whether to repeat the applied effect. The default is `false`. Only `SfEffects.Ripple` and `SfEffects.Highlight` can repeat.
+> **Note:** Effects applied using the `ApplyEffects` method will not be automatically removed.
## Reset
-The [`Reset`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_Reset) method is used to reset the `SfEffects.Highlight` and `SfEffects.Ripple` effects, which are applied using the [`ApplyEffects`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_ApplyEffects_Syncfusion_XForms_EffectsView_SfEffects_Syncfusion_XForms_EffectsView_RippleStartPosition_System_Nullable_System_Drawing_Point__System_Boolean_) method.
+The [`Reset`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.EffectsView.SfEffectsView.html#Syncfusion_XForms_EffectsView_SfEffectsView_Reset) method is used to reset the `SfEffects.Highlight` and `SfEffects.Ripple` effects applied through the `ApplyEffects` method.
diff --git a/Xamarin/Effects-View/Overview.md b/Xamarin/Effects-View/Overview.md
index ebd371aeb..80c5f04ff 100644
--- a/Xamarin/Effects-View/Overview.md
+++ b/Xamarin/Effects-View/Overview.md
@@ -1,18 +1,18 @@
---
layout: post
-title: About Xamarin Effects View control | Syncfusion
-description: Learn here all about introduction of Syncfusion Xamarin Effects View (SfEffectsView) control, its elements and more.
+title: Overview of Xamarin Effects View Control | Syncfusion
+description: Introduction to the Syncfusion Xamarin Effects View (SfEffectsView) control, its features, and elements.
platform: xamarin
control: SfEffectsView
documentation: ug
---
-# Xamarin Effects View (SfEffectsView) Overview
+# Overview of Xamarin Effects View (SfEffectsView)
-The Effects View is a container control that provides modern effects like ripple, selection, scaling, and rotation. Users can render these effects through touch interactions such as touch down, touch up, long press, and also by calling the APIs.
+The `SfEffectsView` is a container control that enables modern effects such as ripple, selection, scaling, and rotation. These effects can be activated through various touch interactions, including touch down, touch up, long press, or programmatically by calling the relevant APIs.
-## Key features
+## Key Features
-* Supports highlight and ripple animation.
-* Supports selection effect with built-in support for notifications during selection state changes.
-* Provides scale down, scale up, and rotation effects.
\ No newline at end of file
+- Supports highlight and ripple animations.
+- Provides a selection effect with built-in notifications for changes in the selection state.
+- Offers scale down, scale up, and rotation effects.
diff --git a/Xamarin/Masked-Entry/Getting-Started.md b/Xamarin/Masked-Entry/Getting-Started.md
index e667872f4..b1e08e4fd 100644
--- a/Xamarin/Masked-Entry/Getting-Started.md
+++ b/Xamarin/Masked-Entry/Getting-Started.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Getting Started with Xamarin Masked Entry control | Syncfusion
-description: Learn here about getting started with Syncfusion Xamarin Masked Entry (SfMaskedEdit) control, its elements and more.
+title: Getting Started with Xamarin Masked Entry Control | Syncfusion
+description: Learn about starting with the Syncfusion Xamarin Masked Entry (SfMaskedEdit) control, its elements, and more.
platform: Xamarin
control: SfMaskedEdit
documentation: ug
@@ -10,35 +10,35 @@ keywords: mask, SfMaskedEdit, maskededit
# Getting Started with Xamarin Masked Entry (SfMaskedEdit)
-This section explains you the steps required to configure a [`SfMaskedEdit`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html) control in a real-time scenario and provides a walk-through on some of the customization features available in [`SfMaskedEdit`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html) control.
+This section explains the steps required to configure an [`SfMaskedEdit`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html) control in a real-time scenario and provides a walkthrough of some customization features available in the control.
-## Assembly deployment
+## 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
N> Assemblies can be found in unzipped package location(Documents/Syncfusion/{Version #}/Xamarin/lib) in Mac.
-## Adding SfMaskedEdit reference
+## Adding SfMaskedEdit Reference
-You can add SfMaskedEdit reference using one of the following methods:
+You can add the `SfMaskedEdit` reference using one of the following methods:
-**Method 1: Adding SfMaskedEdit reference from nuget.org**
+**Method 1: Adding SfMaskedEdit Reference from nuget.org**
-Syncfusion Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfMaskedEdit to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.SfMaskedEdit](https://www.nuget.org/packages/Syncfusion.Xamarin.SfMaskedEdit), and then install it.
+Syncfusion Xamarin components are available on [nuget.org](https://www.nuget.org/). To add `SfMaskedEdit` to your project, open the NuGet Package Manager in Visual Studio, search for [Syncfusion.Xamarin.SfMaskedEdit](https://www.nuget.org/packages/Syncfusion.Xamarin.SfMaskedEdit), and then install it.

-N> Install the same version of SfMaskedEdit NuGet in all the projects.
+> **Note:** Install the same version of the `SfMaskedEdit` NuGet package in all projects.
-**Method 2: Adding SfMaskedEdit reference from toolbox**
+**Method 2: Adding SfMaskedEdit Reference from Toolbox**
-Syncfusion also provides Xamarin Toolbox. Using this toolbox, you can drag the SfMaskedEdit 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 provides a Xamarin Toolbox. Using this toolbox, you can drag the `SfMaskedEdit` control to the XAML page. It will automatically install the required NuGet packages and add the namespace to the page. For installing the Syncfusion Xamarin Toolbox, refer to [Toolbox](https://help.syncfusion.com/xamarin/utility#toolbox).
-**Method 3: Adding SfMaskedEdit assemblies manually from the installed location**
+**Method 3: Adding SfMaskedEdit 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.
+If you prefer to manually reference the assemblies instead of using NuGet, add the following assemblies to the respective projects.
Location: {Installed location}/{version}/Xamarin/lib
@@ -83,9 +83,9 @@ public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{% endhighlight %}
{% endtabs %}
-### Additional step for UWP
+### Additional Step for UWP
-This step is required only if the application is deployed in Release mode with .NET native tool chain enabled and it is for resolving the known Framework issue “Custom controls not rendering in Release mode” in UWP platform. Initializing the SfMaskedEdit assembly at `OnLaunched` overridden method of the `App` class in UWP project is the suggested work around, as demonstrated in the following code example.
+This step is required if deploying the application in Release mode with the .NET native toolchain enabled and addresses the known framework issue "Custom controls not rendering in Release mode" on the UWP platform. Initialize the `SfMaskedEdit` assembly in the `OnLaunched` overridden method of the `App` class in the UWP project, as shown below.
{% tabs %}
{% highlight c# %}
@@ -111,9 +111,9 @@ protected override void OnLaunched(LaunchActivatedEventArgs e)
## Create a Simple SfMaskedEdit
-The SfMaskedEdit control is configured entirely in C# code or by using XAML markup. The following steps explain how to create a SfMaskedEdit and configure its elements:
+The `SfMaskedEdit` control is configured entirely in C# or using XAML markup. The following steps demonstrate how to create an `SfMaskedEdit` and configure its elements:
-### Add namespace for referred assemblies
+### Add Namespace for Referred Assemblies
{% tabs %}
{% highlight xaml %}
@@ -124,7 +124,7 @@ using Syncfusion.XForms.MaskedEdit;
{% endhighlight %}
{% endtabs %}
-### Refer SfMaskedEdit control with declared suffix name for Namespace
+### Reference SfMaskedEdit Control with Declared Suffix Name for Namespace
{% tabs %}
{% highlight xaml %}
@@ -164,9 +164,9 @@ namespace GettingStarted
{% endhighlight %}
{% endtabs %}
-## Masking the input
+## Masking the Input
-To mask the input, set the [`Mask`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_Mask) property as follows:
+To mask the input, set the [`Mask`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_Mask) property as shown below:
{% tabs %}
{% highlight xaml %}
@@ -178,12 +178,11 @@ maskedEdit.Mask = "00/00/0000";
{% endhighlight %}
{% endtabs %}
-This mask expression allows only numeric inputs in the places of 0.
+This mask expression allows only numeric inputs where `0` is specified.
-Refer to this [link](masktype.html) to know more about the Mask characters and Mask Types available in SfMaskedEdit control.
-
-Run the project and check if you get the following output to make sure that you have configured your project properly to add `SfMaskedEdit`.
+For more details about mask characters and types available in the `SfMaskedEdit` control, refer to this [link](masktype.html).
+Run the project and verify that you obtain the following output to confirm proper configuration of the `SfMaskedEdit`.

-You can find the complete getting started sample from this [link](https://github.com/SyncfusionExamples/Getting-Started-Xamarin-Masted-edit).
+A complete getting started sample is available in this [link](https://github.com/SyncfusionExamples/Getting-Started-Xamarin-Masked-edit).
diff --git a/Xamarin/Masked-Entry/Overview.md b/Xamarin/Masked-Entry/Overview.md
index 8df913402..40a326bec 100644
--- a/Xamarin/Masked-Entry/Overview.md
+++ b/Xamarin/Masked-Entry/Overview.md
@@ -1,25 +1,26 @@
---
layout: post
-title: About Xamarin Masked Entry control | Syncfusion
-description: Learn here all about introduction of Syncfusion Xamarin Masked Entry (SfMaskedEdit) control, its elements and more.
+title: About Xamarin Masked Entry Control | Syncfusion
+description: Introduction to the Syncfusion Xamarin Masked Entry (SfMaskedEdit) control, its elements, and more.
platform: Xamarin
control: SfMaskedEdit
documentation: ug
keywords: mask, SfMaskedEdit, maskededit
---
+
# Xamarin Masked Entry (SfMaskedEdit) Overview
-The Masked text box is an advanced version of the Entry control that restricts your input to certain types of characters, text, and numbers using a mask pattern. This control is used to create a template for providing information such as telephone numbers, IP addresses, product IDs, and so on.
+The Masked Text Box is an advanced version of the Entry control, designed to restrict input to specific types of characters, text, and numbers using a mask pattern. This control is ideal for creating templates to capture information such as telephone numbers, IP addresses, product IDs, and more.

-## Key features
+## Key Features
-* The input can be masked with a fixed or variable length by setting the `MaskType` to `Text` or `RegEx`, respectively.
-* Custom prompt characters can be set.
-* Special symbols such as currency symbol, date separator, decimal separator, etc., can be localized based on the culture.
-* Input validation can be done either during each key press or when the control loses its focus.
-* Values can be accessed with or without literal and prompt characters.
-* Clipboard operations can be used with or without literal and prompt characters.
-* Watermark text can be used to display an instruction or important information.
-* The UI of the masked text box is completely customizable.
+- Input can be masked with either a fixed or variable length by setting the `MaskType` to `Text` or `RegEx`, respectively.
+- Allows setting custom prompt characters.
+- Special symbols, such as the currency symbol, date separator, and decimal separator, can be localized according to the culture.
+- Input validation can be performed with each key press or when the control loses focus.
+- Values can be accessed with or without literal and prompt characters.
+- Clipboard operations can include or exclude literal and prompt characters.
+- Watermark text can be used to display instructions or important information.
+- The UI of the masked text box is fully customizable.
diff --git a/Xamarin/Masked-Entry/basic-features.md b/Xamarin/Masked-Entry/basic-features.md
index 28ce88b74..f009b7137 100644
--- a/Xamarin/Masked-Entry/basic-features.md
+++ b/Xamarin/Masked-Entry/basic-features.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Basic Features in Xamarin Masked Entry control | Syncfusion
-description: Learn here all about Basic Features support in Syncfusion Xamarin Masked Entry (SfMaskedEdit) control and more.
+title: Basic Features in Xamarin Masked Entry Control | Syncfusion
+description: Learn about the basic features supported in the Syncfusion Xamarin Masked Entry (SfMaskedEdit) control.
platform: Xamarin
control: SfMaskedEdit
documentation: ug
@@ -10,9 +10,9 @@ keywords: mask, SfMaskedEdit, maskededit
# Basic Features in Xamarin Masked Entry (SfMaskedEdit)
-## Setting value
+## Setting Value
-The SfMaskedEdit control displays the value that can be set using the [`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_Value) property:
+The `SfMaskedEdit` control allows you to set a display value using the [`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_Value) property:
{% tabs %}
{% highlight xaml %}
@@ -27,10 +27,9 @@ maskedEdit.Value =@"14/11/2014";

+## Setting Prompt Character
-## Setting prompt character
-
-Displays prompt character for the absence of your input in Mask and its default value is ‘_’. You can set the custom prompt character using [`PromptChar`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_PromptChar) property.
+The prompt character is the default character used to indicate the absence of input in the mask, set to '_' by default. You can customize it using the [`PromptChar`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_PromptChar) property.
{% tabs %}
{% highlight xaml %}
@@ -45,16 +44,14 @@ maskedEdit.PromptChar = '*';

-## Setting watermark
-
-The watermark will prompt you with instructions or important information when it is not on focus and any valid characters are not entered. The [`Watermark`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_Watermark) property of [`SfMaskedEdit`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html) is used to set the watermark text for the control.
-
-The following properties are used to customize its appearance:
+## Setting Watermark
-* [`WatermarkColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_WatermarkColor): Sets text color for the watermark.
-* [`WatermarkFontFamily`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_WatermarkFontFamily): Represents the font to be used in the watermark.
-* [`WatermarkFontAttributes`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_WatermarkFontAttributes): Sets font attributes(bold/italic/none) for the watermark.
-* [`WatermarkFontSize`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_WatermarkFontSize): Sets font size for the watermark.
+The watermark provides prompts or instructions when it is not focused, and no valid characters are entered. Customize its appearance using the properties below:
+- [`Watermark`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_Watermark): Sets the watermark text.
+- [`WatermarkColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_WatermarkColor): Sets the text color for the watermark.
+- [`WatermarkFontFamily`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_WatermarkFontFamily): Sets the font used in the watermark.
+- [`WatermarkFontAttributes`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_WatermarkFontAttributes): Sets font attributes (e.g., bold, italic).
+- [`WatermarkFontSize`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_WatermarkFontSize): Sets the font size for the watermark.
{% tabs %}
{% highlight xaml %}
@@ -73,16 +70,9 @@ maskedEdit.WatermarkFontSize = 20;

-## Customize the return key
+## Customize the Return Key
-The appearance of the return key on the soft keyboard, which is displayed when `SfMaskedEdit` has focus, can be customized by setting the [`ReturnType`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_ReturnType) property to a value of the ReturnType enumeration.
-
-* `Default` – indicates that no specific return key is required and that the platform default is used.
-* `Done` – indicates the return key "Done."
-* `Go` – indicates the return key "Go".
-* `Next` – indicates the return key "Next".
-* `Search` – indicates the return key "Search".
-* `Send` – indicates the return key "Send".
+The return key's appearance on the soft keyboard, displayed when `SfMaskedEdit` has focus, can be customized by setting the [`ReturnType`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_ReturnType) property. Options include `Default`, `Done`, `Go`, `Next`, `Search`, and `Send`.
{% tabs %}
{% highlight xaml %}
@@ -103,14 +93,13 @@ maskededit.MaskType = Syncfusion.XForms.MaskedEdit.MaskType.RegEx;
{% endhighlight %}
{% endtabs %}
-
-
-N> The default value of the ReturnType property is Default.
+
+> **Note:** The default value of the `ReturnType` property is `Default`.
-## Return command and return command parameter
+## Return Command and Return Command Parameter
-[`ReturnCommand`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_ReturnCommand) is triggered by pressing the return key. Additionally, You can pass the parameter through the [`ReturnCommandParameter`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_ReturnCommandParameter) property to the ICommand.
+The [`ReturnCommand`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_ReturnCommand) is triggered by pressing the return key. You can also pass a parameter through the [`ReturnCommandParameter`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_ReturnCommandParameter) property.
{% tabs %}
{% highlight xaml %}
@@ -156,7 +145,7 @@ N> The default value of the ReturnType property is Default.
{% endtabs %}
-## Clear button visibility
+## Clear Button Visibility
The property of [`ClearButtonVisibility`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_ClearButtonVisibility) can be used to control whether a `SfMaskedEdit` displays a clear button allowing the user to clear the MaskedText. This property should be set to an enumeration member of [`ClearButtonVisibilityMode`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.Editors.ClearButtonVisibilityMode.html).
@@ -189,13 +178,14 @@ maskededit.MaskType = MaskType.RegEx;

-## Cursor position
+> **Note:** This feature is supported from Android version 5.0 (API level 21 or higher). It is not supported on the UWP platform due to existing framework-level support.
+## Cursor Position
-Cursor position in the entry can either be obtained or updated using [`CursorPosition`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_CursorPosition) property in masked edit.
+Manage the cursor position within the entry using the [`CursorPosition`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_CursorPosition) property.
-## Select text on focus
+## Select Text on Focus
-You can control the selection of masked edit [`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_Value) when the control gets its focus using the [`SelectAllOnFocus`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_SelectAllOnFocus) property.
+Control the selection of masked edit [`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_Value) upon focus using the [`SelectAllOnFocus`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_SelectAllOnFocus) property.
{% tabs %}
@@ -218,11 +208,11 @@ You can control the selection of masked edit [`Value`](https://help.syncfusion.c

-## Restrict editing
+## Restrict Editing
-You can restrict the dynamic editing of the masked entry using the [`IsReadOnly`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_IsReadOnly) property. But, you can change the control text programmatically by using the bindable [`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_Value) property of the masked edit.
+Restrict dynamic editing using the [`IsReadOnly`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_IsReadOnly) property. Change control text programmatically via the bindable [`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_Value) property.
-## Spell check
+## Spell Check
The `IsSpellCheckEnabled` property can be used to control whether spell checking is enabled or not when the user enters text and the misspellings are indicated in the red line. By default, the property is set to true.
diff --git a/Xamarin/Masked-Entry/events.md b/Xamarin/Masked-Entry/events.md
index 9081b435a..5a984e1dd 100644
--- a/Xamarin/Masked-Entry/events.md
+++ b/Xamarin/Masked-Entry/events.md
@@ -1,27 +1,25 @@
---
layout: post
-title: Events in Xamarin Masked Entry control | Syncfusion
-description: Learn here all about Events support in Syncfusion Xamarin Masked Entry (SfMaskedEdit) control and more.
+title: Events in Xamarin Masked Entry Control | Syncfusion
+description: Learn about the various events supported in the Syncfusion Xamarin Masked Entry (SfMaskedEdit) control.
platform: Xamarin
control: SfMaskedEdit
documentation: ug
keywords: mask, SfMaskedEdit, maskededit
---
# Events in Xamarin Masked Entry (SfMaskedEdit)
-The SfMaskedEdit exposes the following events:
+The `SfMaskedEdit` control provides the following events:
-* [`ValueChanged`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_ValueChanged): Occurs when the value of [`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_Value) property is changed.
-* [`MaskInputRejected`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_MaskInputRejected): Occurs when a character is rejected by the input mask.
+- **[`ValueChanged`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_ValueChanged)**: Triggered when the value of the [`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_Value) property changes.
+- **[`MaskInputRejected`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_MaskInputRejected)**: Triggered when a character is rejected by the input mask.
-## ValueChanged event
+## ValueChanged Event
-Occurs when the value of the [`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_Value) property is changed by either entering the valid input character or setting the value to the `Value` property through XAML or C# code. The event arguments are of type [`ValueChangedEventArgs`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.ValueChangedEventArgs.html) and expose the following property:
+The `ValueChanged` event is triggered when the `Value` property changes due to input or code setting. The event arguments are of type [`ValueChangedEventArgs`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.ValueChangedEventArgs.html), which provide:
-* [`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.ValueChangedEventArgs.html#Syncfusion_XForms_MaskedEdit_ValueChangedEventArgs_Value): The read only property contains the updated value of the [`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_Value) property of SfMaskedEdit.
-
-> Your valid input character is updated to `Value` property based on the `ValidationMode` property.
-> Refer to this [link](validation#validation-mode) to know more about the `ValidationMode` property of `SfMaskedEdit` control.
+- **[`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.ValueChangedEventArgs.html#Syncfusion_XForms_MaskedEdit_ValueChangedEventArgs_Value)**: A read-only property containing the updated value of `SfMaskedEdit`.
+> Note: Input validation is determined by the `ValidationMode` property. See [Validation Mode](validation#validation-mode) for more information.
{% tabs %}
{% highlight xaml %}
@@ -72,19 +70,18 @@ private void MaskedEdit_OnValueChanged(object sender, Syncfusion.XForms.MaskedEd

-## MaskInputRejected event
-
-Occurs when your input or assigned character does not match the corresponding format element of the input mask. The event arguments are type of [`MaskInputRejectedEventArgs`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.MaskInputRejectedEventArgs.html) and expose the following properties:
+## MaskInputRejected Event
-* [`Position`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.MaskInputRejectedEventArgs.html#Syncfusion_XForms_MaskedEdit_MaskInputRejectedEventArgs_Position): The position in the mask corresponding to the invalid input character.
-* [`RejectionHint`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.MaskInputRejectedEventArgs.html#Syncfusion_XForms_MaskedEdit_MaskInputRejectedEventArgs_RejectionHint): The enumerated value that describes why the input character was rejected.
+The `MaskInputRejected` event occurs when an input character or operation does not match the input mask. The event arguments are of type [`MaskInputRejectedEventArgs`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.MaskInputRejectedEventArgs.html), offering:
-[`MaskInputRejected`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_MaskInputRejected) event is raised in the following situations:
+- **[`Position`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.MaskInputRejectedEventArgs.html#Syncfusion_XForms_MaskedEdit_MaskInputRejectedEventArgs_Position)**: The position of the invalid input within the mask.
+- **[`RejectionHint`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.MaskInputRejectedEventArgs.html#Syncfusion_XForms_MaskedEdit_MaskInputRejectedEventArgs_RejectionHint)**: An enumeration detailing why rejection occurred.
-* An input character does not match the corresponding format element. For example, if you enter an alphabetic character when a digit is required. This is probably the most common reason why this event is raised.
-* When you try to input extraneous characters beyond the end of the mask.
-* A paste operation inserts a character that does not match with its associated format element.
+Common causes for this event include:
+- Invalid character and format mismatch (e.g., entering a letter instead of a number).
+- Attempting to enter characters beyond the mask's length.
+- A paste operation introduces invalid characters.
{% tabs %}
{% highlight xaml %}
@@ -115,15 +112,14 @@ private void MaskedEdit_OnMaskInputRejected(object sender, MaskInputRejectedEven

-## Cursor position changing event
-
-Called whenever the cursor position gets changed on the entry.
+## Cursor Position Changing Event
-[`CursorPositionChanging`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_CursorPositionChanging) event has the following arguments.
+Triggered when the cursor position in the entry changes.
+The [`CursorPositionChanging`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_CursorPositionChanging) event provides:
-[`NewValue`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.CursorPositionChangingEventArgs.html#Syncfusion_XForms_MaskedEdit_CursorPositionChangingEventArgs_NewValue) : Gets the current cursor index.
-[`OldValue`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.CursorPositionChangingEventArgs.html#Syncfusion_XForms_MaskedEdit_CursorPositionChangingEventArgs_OldValue) : Gets the previous cursor index.
-[`Cancel`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.CursorPositionChangingEventArgs.html#Syncfusion_XForms_MaskedEdit_CursorPositionChangingEventArgs_Cancel) : Gets or sets a value indicating whether to restrict the cursor movement.
+- **[`NewValue`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.CursorPositionChangingEventArgs.html#Syncfusion_XForms_MaskedEdit_CursorPositionChangingEventArgs_NewValue)**: The new cursor index.
+- **[`OldValue`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.CursorPositionChangingEventArgs.html#Syncfusion_XForms_MaskedEdit_CursorPositionChangingEventArgs_OldValue)**: The previous cursor index.
+- **[`Cancel`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.CursorPositionChangingEventArgs.html#Syncfusion_XForms_MaskedEdit_CursorPositionChangingEventArgs_Cancel)**: A boolean to restrict cursor movement.
{% tabs %}
{% highlight xaml %}
diff --git a/Xamarin/Masked-Entry/formatting-clipboard-text.md b/Xamarin/Masked-Entry/formatting-clipboard-text.md
index 543357165..a140b937a 100644
--- a/Xamarin/Masked-Entry/formatting-clipboard-text.md
+++ b/Xamarin/Masked-Entry/formatting-clipboard-text.md
@@ -1,25 +1,25 @@
---
layout: post
-title: Formatting clipboard text in Xamarin Masked Entry control | Syncfusion
-description: Learn here all about Formatting clipboard text support in Syncfusion Xamarin Masked Entry (SfMaskedEdit) control and more.
+title: Formatting Clipboard Text in Xamarin Masked Entry Control | Syncfusion
+description: Learn about formatting clipboard text in the Syncfusion Xamarin Masked Entry (SfMaskedEdit) control.
platform: Xamarin
control: SfMaskedEdit
documentation: ug
keywords: mask, SfMaskedEdit, maskededit
---
-# Formatting clipboard text in Xamarin Masked Entry (SfMaskedEdit)
+# Formatting Clipboard Text in Xamarin Masked Entry (SfMaskedEdit)
-SfMaskedEdit allows you to format the clipboard text in a mask scenario (when the Mask property is set). When you perform the cut or copy operation, the clipboard text will be formatted with your input characters and the literals defined in the mask. You can modify this and allow the clipboard to hold the characters with or without prompt and literals by setting the [`CutCopyMaskFormat`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_CutCopyMaskFormat) property of the control. The clipboard text is formatted by any one of the following formatting enum values:
+`SfMaskedEdit` allows you to format the clipboard text in scenarios where the `Mask` property is set. During cut or copy operations, the clipboard text is formatted with your input characters and the literals defined in the mask. You can customize this behavior using the [`CutCopyMaskFormat`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_CutCopyMaskFormat) property. The clipboard text can be formatted using the following enumeration values:
-* ExcludePromptAndLiterals
-* IncludePrompt
-* IncludeLiterals
-* IncludePromptAndLiterals
+- **ExcludePromptAndLiterals**
+- **IncludePrompt**
+- **IncludeLiterals**
+- **IncludePromptAndLiterals**
## ExcludePromptAndLiterals
-Clipboard text will contain only the typed characters, the prompt characters and literals are excluded.
+In this mode, the clipboard text will contain only the typed characters, excluding prompt characters and literals.
{% tabs %}
{% highlight xaml %}
@@ -35,7 +35,7 @@ maskedEdit.CutCopyMaskFormat = MaskFormat.ExcludePromptAndLiterals;
## IncludePrompt
-Clipboard text contains the typed characters and prompt characters, literals are excluded.
+This setting makes the clipboard text include typed characters and prompt characters, but excludes literals.
{% tabs %}
{% highlight xaml %}
@@ -51,8 +51,7 @@ maskedEdit.CutCopyMaskFormat = MaskFormat.IncludePrompt;
## IncludeLiterals
-Clipboard text contains the typed characters and literals, prompt characters are excluded.
-
+With this option, the clipboard text will include typed characters and literals, excluding prompt characters.
{% tabs %}
{% highlight xaml %}
@@ -67,7 +66,7 @@ maskedEdit.CutCopyMaskFormat = MaskFormat.IncludeLiterals;
## IncludePromptAndLiterals
-Clipboard text contains typed characters, prompt characters, and literals.
+This setting includes typed characters, prompt characters, and literals in the clipboard text.
{% tabs %}
{% highlight xaml %}
diff --git a/Xamarin/Masked-Entry/formatting-value.md b/Xamarin/Masked-Entry/formatting-value.md
index f05a59f21..171c857f1 100644
--- a/Xamarin/Masked-Entry/formatting-value.md
+++ b/Xamarin/Masked-Entry/formatting-value.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Formatting Value in Xamarin Masked Entry control | Syncfusion
-description: Learn here all about Formatting Value support in Syncfusion Xamarin Masked Entry (SfMaskedEdit) control and more.
+title: Formatting Value in Xamarin Masked Entry Control | Syncfusion
+description: Learn about formatting value support in the Syncfusion Xamarin Masked Entry (SfMaskedEdit) control.
platform: Xamarin
control: SfMaskedEdit
documentation: ug
@@ -9,29 +9,15 @@ keywords: mask, SfMaskedEdit, maskededit
---
# Formatting Value in Xamarin Masked Entry (SfMaskedEdit)
-SfMaskedEdit allows you to format the characters in the [`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_Value) property in a mask scenario (when the Mask property is set). By default, the Value property holds your input characters, prompt characters and the literals defined in the mask. You can modify this and allow the `Value` property to hold the characters without prompt and literals by setting the [`ValueMaskFormat`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_ValueMaskFormat) property of the control. The `Value` in the `SfMaskedEdit` is formatted by any one of the following formatting enum values:
+`SfMaskedEdit` allows you to format the characters in the [`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_Value) property when the `Mask` property is set. By default, the `Value` property contains input characters, prompt characters, and literals defined in the mask. You can modify this behavior using the [`ValueMaskFormat`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_ValueMaskFormat) property. The `Value` in `SfMaskedEdit` can be formatted using the following enum values:
-* ExcludePromptAndLiterals
-* IncludePrompt
-* IncludeLiterals
-* IncludePromptAndLiterals
+- **ExcludePromptAndLiterals**: The `Value` contains only the typed characters, excluding prompt characters and literals.
-## ExcludePromptAndLiterals
+- **IncludePrompt**: The `Value` includes typed characters and prompt characters, excluding literals.
-Value contains only the typed characters, the prompt characters and literals are excluded.
-
-## IncludePrompt
-
-Value contains the typed characters and prompt characters, literals are excluded.
-
-## IncludeLiterals
-
-Value contains the typed characters and literals, prompt characters are excluded.
-
-## IncludePromptAndLiterals
-
-Value contains typed characters, prompt characters, and literals.
+- **IncludeLiterals**: The `Value` includes typed characters and literals, excluding prompt characters.
+- **IncludePromptAndLiterals**: The `Value` contains typed characters, prompt characters, and literals.
{% tabs %}
{% highlight xaml %}
@@ -120,6 +106,6 @@ private void MaskedEdit4_ValueChanged(object sender, Syncfusion.XForms.MaskedEdi
{% endhighlight %}
{% endtabs %}
-Refer this [link](events.html#valuechanged-event) to know more about the `ValueChanged` event of SfMaskedEdit control.
+Refer to this [link](events.html#valuechanged-event) to learn more about the `ValueChanged` event in the `SfMaskedEdit` control.

diff --git a/Xamarin/Masked-Entry/hiding-prompt-characters.md b/Xamarin/Masked-Entry/hiding-prompt-characters.md
index 3c2063d11..1dea75a10 100644
--- a/Xamarin/Masked-Entry/hiding-prompt-characters.md
+++ b/Xamarin/Masked-Entry/hiding-prompt-characters.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Hiding Prompt Characters in Xamarin Masked Entry control | Syncfusion
-description: Learn here all about Hiding Prompt Characters support in Syncfusion Xamarin Masked Entry (SfMaskedEdit) control and more.
+title: Hiding Prompt Characters in Xamarin Masked Entry Control | Syncfusion
+description: Learn about hiding prompt character support in the Syncfusion Xamarin Masked Entry (SfMaskedEdit) control.
platform: Xamarin
control: SfMaskedEdit
documentation: ug
@@ -9,7 +9,7 @@ keywords: mask, SfMaskedEdit, maskededit
---
# Hiding Prompt Characters in Xamarin Masked Entry (SfMaskedEdit)
-When the [`HidePromptOnLeave`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_HidePromptOnLeave) property is set to true, prompt characters are ignored when control loses focus. Again, the prompt characters are restored when the control is focused.
+The [`HidePromptOnLeave`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_HidePromptOnLeave) property, when set to true, causes prompt characters to be hidden when the control loses focus. The prompt characters reappear when the control regains focus.
{% tabs %}
{% highlight xaml %}
diff --git a/Xamarin/Masked-Entry/localization.md b/Xamarin/Masked-Entry/localization.md
index b4f107fb6..6cde42fd0 100644
--- a/Xamarin/Masked-Entry/localization.md
+++ b/Xamarin/Masked-Entry/localization.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Localization in Xamarin Masked Entry control | Syncfusion
-description: Learn here all about Localization support in Syncfusion Xamarin Masked Entry (SfMaskedEdit) control and more.
+title: Localization in Xamarin Masked Entry Control | Syncfusion
+description: Learn about the localization support in the Syncfusion Xamarin Masked Entry (SfMaskedEdit) control.
platform: Xamarin
control: SfMaskedEdit
documentation: ug
@@ -9,7 +9,7 @@ keywords: mask, SfMaskedEdit, maskededit
---
# Localization in Xamarin Masked Entry (SfMaskedEdit)
-The special symbols such as currency symbol, date separator, decimal separator etc., can be localized to any specific culture using the [`Culture`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_Culture) property.
+Special symbols, such as the currency symbol, date separator, and decimal separator, can be localized to any specific culture using the [`Culture`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_Culture) property.
@@ -70,6 +70,5 @@ maskedEdit.Culture = new CultureInfo("fr-FR");
{% endhighlight %}
{% endtabs %}
-Now the ‘$’ will be localized to ‘€’;‘.’ will be localized to ‘,’ and ‘,’ will be localized to ‘ ‘(single white space).
-
+With the above settings, the currency symbol `$` will be localized to `€`, the decimal separator `.` will become `,`, and the group separator `,` will transform into a single whitespace ` `.

diff --git a/Xamarin/Masked-Entry/masktype.md b/Xamarin/Masked-Entry/masktype.md
index 9ab4a57a1..80329950f 100644
--- a/Xamarin/Masked-Entry/masktype.md
+++ b/Xamarin/Masked-Entry/masktype.md
@@ -1,23 +1,21 @@
---
layout: post
-title: MaskType in Xamarin Masked Entry control | Syncfusion
-description: Learn here all about MaskType support in Syncfusion Xamarin Masked Entry (SfMaskedEdit) control and more.
+title: MaskType in Xamarin Masked Entry Control | Syncfusion
+description: Learn about MaskType support in the Syncfusion Xamarin Masked Entry (SfMaskedEdit) control.
platform: Xamarin
control: SfMaskedEdit
documentation: ug
keywords: mask, SfMaskedEdit, maskededit
---
# MaskType in Xamarin Masked Entry (SfMaskedEdit)
-Each [`MaskType`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_MaskType) has different set of mask characters that are combined to form a mask expression. Based on the complexity and usage, mask types are classified as:
-
-* Text
-* RegEx
+Each [`MaskType`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_MaskType) has a different set of mask characters combined to form a mask expression. Based on complexity and usage, mask types are categorized into:
+- **Text**
+- **RegEx**
## Text
-The expressions that are generated with letters, digits, and special characters come under this group. This is mainly used for fixed length inputs. For example: phone number, zip code, and so on.
-
-### Text Mask characters
+Expressions generated using letters, digits, and special characters fall under this category. It is mainly used for fixed-length inputs, such as phone numbers and zip codes.
+### Text Mask Characters
@@ -121,21 +119,17 @@ maskedEdit.Mask = "+1(000)000000";
{% endhighlight %}
{% endtabs %}
-This mask expression allows only numeric inputs in the places of 0.
-
-## Regex
-
-The expressions that are generated with regular expressions come under this group, preferable for variable length inputs and input in range. For example: hexadecimal values [0-9A-C].
-The regular expressions provide significant advantages when creating masks as compared with other mask modes.
+This mask expression allows only numeric inputs in the positions marked by zero (0).
-**Advantages**
+## RegEx
-* Allows you to enter the value of indeterminate length.
-* Restricts with specific pattern. Example email, password, and more.
-* Restricts you to enter specific range at specific position.
+Expressions generated using regular expressions belong to this category, suitable for variable-length inputs and inputs within a range. Examples include hexadecimal values like [0-9A-C]. Regular expressions provide significant advantages over other mask modes by:
-### Regex Mask Characters
+- Allowing inputs of indeterminate length.
+- Restricting inputs to specific patterns, such as email addresses and passwords.
+- Restricting inputs to specified ranges at specific positions.
+### RegEx Mask Characters
@@ -219,7 +213,7 @@ Accepts any character between[A-F]/[a-f] and numbers between [0-9].
|
-N> SfMaskedEdit control only supports the above listed regex mask characters.
+> **Note:** The `SfMaskedEdit` control only supports the regex mask characters listed above.
{% tabs %}
{% highlight xaml %}
@@ -232,15 +226,15 @@ maskedEdit.Mask = @"+1\(\d{3}\)\d{5}";
{% endhighlight %}
{% endtabs %}
-This mask expression ’\d{3}’ and’ \d{5}’ allows only numeric, where {n} is the count that the input should be accepted.
+This mask expression `\d{3}` and `\d{5}` allows numeric input, where `{n}` represents the count of accepted inputs.

## Troubleshooting
-In case of having the requirement is to type the special characters such as _ and @, you can specify that directly in Mask as per your required order.
+If you need to type special characters like _ and @, you can specify them directly in the mask as required.
-If you use the mask with "_" then typed character _ (underscore) will not be accepted since the default value of the PromptChar is _ (underscore). Hence, it will be replaced by the character when you enter. To avoid this, you can set the PromptChar text other than _ (underscore) as shown below,
+When using a mask with the "_" character, the typed "_" (underscore) will not be accepted since the default `PromptChar` is "_". It will be replaced upon entry. To avoid this, set the `PromptChar` to a character other than "_", as shown below:
{% tabs %}
{% highlight xaml %}
diff --git a/Xamarin/Masked-Entry/show-password-character.md b/Xamarin/Masked-Entry/show-password-character.md
index 62e286763..5d16bc5ec 100644
--- a/Xamarin/Masked-Entry/show-password-character.md
+++ b/Xamarin/Masked-Entry/show-password-character.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Show Password Character in Xamarin Masked Entry control | Syncfusion
-description: Learn here all about Show Password Character support in Syncfusion Xamarin Masked Entry (SfMaskedEdit) control and more.
+title: Show Password Character in Xamarin Masked Entry Control | Syncfusion
+description: Learn about the support for displaying password characters in the Syncfusion Xamarin Masked Entry (SfMaskedEdit) control.
platform: Xamarin
control: SfMaskedEdit
documentation: ug
@@ -10,7 +10,7 @@ keywords: mask, SfMaskedEdit, maskededit
# Show Password Character in Xamarin Masked Entry (SfMaskedEdit)
-The SfMaskedEdit control supports to work as a password text box when setting a character to the [`PasswordChar`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_PasswordChar) property.
+The `SfMaskedEdit` control can function as a password text box by setting a character for the [`PasswordChar`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_PasswordChar) property.
{% tabs %}
{% highlight xaml %}
@@ -24,11 +24,11 @@ maskedEdit.PasswordChar = '*';
{% endhighlight %}
{% endtabs %}
-
+
## Password Delay
-When providing password character, you can show the typed character with some delay using the [`EnablePasswordDelay`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_EnablePasswordDelay) property. When enabling the EnablePasswordDelay property, the typed character will be displayed for a few seconds before it is converted to the password character.
+While using a password character, you can display the typed character briefly by enabling the [`EnablePasswordDelay`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_EnablePasswordDelay) property. Once enabled, the typed character will appear for a few seconds before converting to the password character.
{% tabs %}
{% highlight xaml %}
@@ -43,11 +43,11 @@ maskedEdit.EnablePasswordDelay = true;

-N> The default value of the EnablePasswordDelay property is false.
+> **Note:** The default value for the `EnablePasswordDelay` property is `false`.
## Password Delay Duration
-When “PasswordDelay” is enabled, you can handle the duration of the displaying typed character using the [`PasswordDelayDuration`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_PasswordDelayDuration) property.
+When "PasswordDelay" is enabled, you can control the duration that the typed character is visible by using the [`PasswordDelayDuration`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_PasswordDelayDuration) property.
{% tabs %}
{% highlight xaml %}
diff --git a/Xamarin/Masked-Entry/using-mask-characters-as-literals.md b/Xamarin/Masked-Entry/using-mask-characters-as-literals.md
index c56870f41..3c290a086 100644
--- a/Xamarin/Masked-Entry/using-mask-characters-as-literals.md
+++ b/Xamarin/Masked-Entry/using-mask-characters-as-literals.md
@@ -1,7 +1,7 @@
---
layout: post
title: Using Mask Characters as Literals in Xamarin Masked Entry | Syncfusion
-description: Learn here all about Using Mask Characters as Literals support in Syncfusion Xamarin Masked Entry (SfMaskedEdit) control and more.
+description: Learn about using mask characters as literals in the Syncfusion Xamarin Masked Entry (SfMaskedEdit) control.
platform: Xamarin
control: SfMaskedEdit
documentation: ug
@@ -10,7 +10,7 @@ keywords: mask, SfMaskedEdit, maskededit
# Using Mask Characters as Literals in Xamarin Masked Entry
-To use mask character as a literal, precede the mask character with a backslash (\\). For example, to display the dollar sign ($), then set the mask as follows:
+To use a mask character as a literal, precede the mask character with a backslash (\\). For example, to display the dollar sign ($), set the mask as follows:
{% tabs %}
{% highlight xaml %}
@@ -23,6 +23,6 @@ maskedEdit.Mask = @"\$ 0000";
{% endhighlight %}
{% endtabs %}
-This will produce a mask that displays a dollar sign ($) followed by the prompt characters for entering numbers.
+This configuration produces a mask that displays a dollar sign ($) followed by the prompt characters for entering numbers.

diff --git a/Xamarin/Masked-Entry/validation.md b/Xamarin/Masked-Entry/validation.md
index 4d134be92..08687632f 100644
--- a/Xamarin/Masked-Entry/validation.md
+++ b/Xamarin/Masked-Entry/validation.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Validation in Xamarin Masked Entry control | Syncfusion
-description: Learn here all about Validation support in Syncfusion Xamarin Masked Entry (SfMaskedEdit) control and more.
+title: Validation in Xamarin Masked Entry Control | Syncfusion
+description: Learn about validation support in the Syncfusion Xamarin Masked Entry (SfMaskedEdit) control.
platform: Xamarin
control: SfMaskedEdit
documentation: ug
@@ -11,10 +11,10 @@ keywords: mask, SfMaskedEdit, maskededit
## Validation Mode
-Input validation happens based on the value of the [`ValidationMode`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_ValidationMode) property. The enum values of this property are:
+Input validation is determined by the [`ValidationMode`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_ValidationMode) property. The enumeration values available for this property are:
-* KeyPress
-* LostFocus
+- **KeyPress**
+- **LostFocus**
The default value for validation mode is `LostFocus`.
@@ -30,11 +30,11 @@ maskedEdit.ValidationMode = InputValidationMode.KeyPress;
{% endhighlight %}
{% endtabs %}
-When the ValidationMode is LostFocus, the validation takes place when the control lost its focus. For KeyPress, the validation triggers for each key press.
+With `ValidationMode` set to `LostFocus`, validation occurs when the control loses focus. When set to `KeyPress`, validation is triggered with each key press.
## HasError
-This read only property is used to check whether the validation succeeds or not. It returns true once validation succeeds or else returns false. The following code example shows the usage of [`HasError`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_HasError) property.
+The `HasError` property is a read-only attribute used to verify if validation has succeeded. It returns `true` if validation succeeds; otherwise, it returns `false`. The following example demonstrates how to use the [`HasError`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_HasError) property.
{% tabs %}
{% highlight c# %}
@@ -56,7 +56,6 @@ private void MaskedEdit_ValueChanged(object sender, Syncfusion.XForms.MaskedEdit
{% endhighlight %}
{% endtabs %}
-
-Refer this [link](events.html#valuechanged-event) to know more about the `ValueChanged` event of SfMaskedEdit control.
+Refer to this [link](events.html#valuechanged-event) for more information about the `ValueChanged` event of the `SfMaskedEdit` control.

diff --git a/Xamarin/Masked-Entry/visual-customization.md b/Xamarin/Masked-Entry/visual-customization.md
index 325f7b844..6e1693d4f 100644
--- a/Xamarin/Masked-Entry/visual-customization.md
+++ b/Xamarin/Masked-Entry/visual-customization.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Visual Customization in Xamarin Masked Entry control | Syncfusion
-description: Learn here all about Visual Customization support in Syncfusion Xamarin Masked Entry (SfMaskedEdit) control and more.
+title: Visual Customization in Xamarin Masked Entry Control | Syncfusion
+description: Learn about visual customization support in the Syncfusion Xamarin Masked Entry (SfMaskedEdit) control.
platform: Xamarin
control: SfMaskedEdit
documentation: ug
@@ -9,11 +9,11 @@ keywords: mask, SfMaskedEdit, maskededit
---
# Visual Customization in Xamarin Masked Entry (SfMaskedEdit)
-The appearance of [`SfMaskedEdit`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html) can be customized using the following properties:
+The appearance of the [`SfMaskedEdit`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html) control can be customized using various properties.
## BorderColor
-Sets the custom [`BorderColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_BorderColor) to SfMaskedEdit.
+Customize the border color of the `SfMaskedEdit` by setting the [`BorderColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_BorderColor) property.
{% tabs %}
{% highlight xaml %}
@@ -31,11 +31,9 @@ maskedEdit.BorderColor = Color.Green;
## ErrorBorderColor
-Sets the custom [`ErrorBorderColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_ErrorBorderColor) to SfMaskedEdit. Error border color indicates the color to be used when the validation fails for your input with respect to the mask used.
-
-> Validation triggers based on `ValidationMode` property.
-> Refer this [link](validation#validation-mode) to know more about the `ValidationMode` property of SfMaskedEdit control.
+Customize the error border color using the [`ErrorBorderColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_ErrorBorderColor) property. The error border color is used when validation fails based on the mask used.
+> Validation occurs according to the `ValidationMode` property. See this [link](validation#validation-mode) for more on the `ValidationMode` property of the `SfMaskedEdit` control.
{% tabs %}
{% highlight xaml %}
@@ -53,13 +51,13 @@ maskedEdit.ErrorBorderColor = Color.Yellow;
## Setting Appearance of Text
-You can customize the display text appearance of SfMaskedEdit control using the following properties:
+Customizing the text appearance in the `SfMaskedEdit` control can be achieved using the following properties:
-* [`TextColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_TextColor): Changes the color of the text.
-* [`HorizontalTextAlignment`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_HorizontalTextAlignment): Changes the horizontal alignment of the text.
-* [`FontFamily`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_FontFamily): Changes the font family of the text.
-* [`FontAttributes`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_FontAttributes): Sets font attributes(bold/italic/none) of the text.
-* [`FontSize`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_FontSize): Sets font size of the text.
+- [`TextColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_TextColor): Sets the color of the text.
+- [`HorizontalTextAlignment`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_HorizontalTextAlignment): Sets the horizontal alignment of the text.
+- [`FontFamily`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_FontFamily): Sets the font family of the text.
+- [`FontAttributes`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_FontAttributes): Sets font attributes (bold/italic/none).
+- [`FontSize`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.MaskedEdit.SfMaskedEdit.html#Syncfusion_XForms_MaskedEdit_SfMaskedEdit_FontSize): Sets the font size of the text.
{% tabs %}
{% highlight xaml %}
diff --git a/Xamarin/Numeric-Entry/Colors.md b/Xamarin/Numeric-Entry/Colors.md
index 63dda8a50..2a692b297 100644
--- a/Xamarin/Numeric-Entry/Colors.md
+++ b/Xamarin/Numeric-Entry/Colors.md
@@ -1,26 +1,23 @@
---
layout: post
-title: Colors in Xamarin Numeric Entry control | Syncfusion
-description: Learn here all about Colors support in Syncfusion Xamarin Numeric Entry (SfNumericTextBox) control and more.
+title: Colors in Xamarin Numeric Entry Control | Syncfusion
+description: Discover how to customize color properties in the Syncfusion Xamarin Numeric Entry (SfNumericTextBox) control.
platform: Xamarin
control: NumericTextBox
documentation: ug
---
# Colors in Xamarin Numeric Entry (SfNumericTextBox)
-You can customize [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html) control's background, text and border colors via the following bindable properties:
+You can customize the [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html) control's background, text, and border colors using the following bindable properties:
-* [`TextColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_TextColor) - Sets the color of the NumericTextBox's value.
+- [`TextColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_TextColor): Sets the color of the numeric value displayed.
+- `BackgroundColor`: Sets the background color of the NumericTextBox frame.
+- [`BorderColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_BorderColor): Defines the border color of the NumericTextBox.
+- [`WatermarkColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_WatermarkColor): Sets the color for the watermark text.
-* `BackgroundColor` - Sets the background color of NumericTextBox's frame.
+## Text Color in SfNumericTextBox
-* [`BorderColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_BorderColor) - Sets the border color of NumericTextBox.
-
-* [`WatermarkColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_WatermarkColor) - Sets the color of NumericTextBox's watermark text.
-
-## Text color support in SfNumericTextBox
-
-To set the [`TextColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_TextColor) color in XAML as well as in C#.
+To set the [`TextColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_TextColor), use XAML or C#:
{% tabs %}
@@ -43,9 +40,9 @@ this.Content = numericTextBox;

-## Background color support in SfNumericTextBox
+## Background Color in SfNumericTextBox
-To set the BackgroundColor color in XAML as well as in C#:
+To set the `BackgroundColor` using XAML or C#:
{% tabs %}
@@ -69,9 +66,9 @@ this.Content = numericTextBox;

-## Border color support in SfNumericTextBox
+## Border Color in SfNumericTextBox
-To set the [`BorderColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_BorderColor) color in XAML as well as in C#:
+To set the [`BorderColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_BorderColor) using XAML or C#:
{% tabs %}
@@ -94,9 +91,9 @@ this.Content = numericTextBox;

-## Watermark color support in SfNumericTextBox
+## Watermark Color in SfNumericTextBox
-To set the [`WatermarkColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_WatermarkColor) color in XAML as well as in C#:
+To set the [`WatermarkColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_WatermarkColor) using XAML or C#:
{% tabs %}
@@ -120,21 +117,20 @@ this.Content = numericTextBox;

-## Restrict editing
+## Restrict Editing
-You can restrict the dynamic editing of the numeric entry using the [`IsReadOnly`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_IsReadOnly) property. But you can change the control text programmatically by using the bindable [`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_Value) property of the numeric entry.
+You can restrict dynamic editing in the numeric entry using the [`IsReadOnly`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_IsReadOnly) property. Changes to the control text can still be made programmatically via the bindable [`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_Value) property.
-## Visual states
+## Visual States
-The [SfNumericTextBox](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.html) has been customized based on the [VisualStates](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/visual-state-manager).
+The [SfNumericTextBox](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.html) is customizable based on [VisualStates](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/visual-state-manager).
-The [SfNumericTextBox](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.html) control has the following three basic visual states:
+**Available Visual States:**
+- Normal
+- Focused
+- Disabled
-* Normal
-* Focused
-* Disabled
-
-N> The focused visual state is only available in Android and iOS platforms.
+> **Note:** The focused visual state is available only on Android and iOS platforms.
{% tabs %}
@@ -214,17 +210,16 @@ N> The focused visual state is only available in Android and iOS platforms.
{% endtabs %}
-**Normal visual state**
-
-
-**Disabled visual state**
-
+**Normal Visual State**
+
-**Focused visual state**
-
+**Disabled Visual State**
+
-## See also
+**Focused Visual State**
+
-[How to customize the border of SfNumericTextBox](https://support.syncfusion.com/kb/article/6848/how-to-custom-the-border-of-numerictextbox)
+## See Also
-[How to customize the color appearance of SfNumericTextBox](https://support.syncfusion.com/kb/article/10060/how-to-customize-the-color-appearance-of-numeric-entry-in-xamarinforms)
+- [How to customize the border of SfNumericTextBox](https://support.syncfusion.com/kb/article/6848/how-to-custom-the-border-of-numerictextbox)
+- [How to customize the color appearance of SfNumericTextBox](https://support.syncfusion.com/kb/article/10060/how-to-customize-the-color-appearance-of-numeric-entry-in-xamarinforms)
diff --git a/Xamarin/Numeric-Entry/Customization.md b/Xamarin/Numeric-Entry/Customization.md
index b0baa7c51..3d5c0a4b2 100644
--- a/Xamarin/Numeric-Entry/Customization.md
+++ b/Xamarin/Numeric-Entry/Customization.md
@@ -1,18 +1,18 @@
---
layout: post
-title: Different customization in Xamarin NumericTextBox control | Syncfusion
-description: Learn here different customization support in Syncfusion Xamarin NumericTextBox (SfNumericTextBox) control and more.
+title: Customization Options in Xamarin NumericTextBox Control | Syncfusion
+description: Discover various customization options available in Syncfusion Xamarin NumericTextBox (SfNumericTextBox) control.
platform: Xamarin
control: NumericTextBox
documentation: ug
---
# Customization in Xamarin Numeric Entry (SfNumericTextBox)
-## Assign nullable value in SfNumericTextBox
+## Assign Nullable Value in SfNumericTextBox
-The null values can be set in [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html) [`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_Value) property, by setting [`AllowNull`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_AllowNull) property value to true.
+You can assign null values to the [`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_Value) property of `SfNumericTextBox` by setting the [`AllowNull`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_AllowNull) property to `true`.
-N> By default, the property value is false.
+> **Note:** By default, the `AllowNull` property is set to `false`.
{% tabs %}
@@ -34,9 +34,9 @@ this.Content = numericTextBox;

-## Set hint text in SfNumericTextBox
+## Set Hint Text in SfNumericTextBox
-The [`WaterMark`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_Watermark) property can be used to provide a hint that helps the user to get started with their input. The watermark text is visible when value is empty or null.
+The [`Watermark`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_Watermark) property provides a helpful hint to users. The watermark text is displayed when the `Value` is empty or null.
{% tabs %}
@@ -59,14 +59,13 @@ this.Content=numericTextBox;

-For customizing the color of [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html) [`WaterMark`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_Watermark), please [refer](https://help.syncfusion.com/xamarin/numeric-entry/colors) to this link.
+For customizing the color of the `SfNumericTextBox` [`Watermark`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_Watermark), refer to this [link](https://help.syncfusion.com/xamarin/numeric-entry/colors).
-## Parsing the value in SfNumericTextBox
+## Parsing the Value in SfNumericTextBox
-Value of the [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html) gets parsed based on [`ParserMode`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_ParserMode) property. ParsingMode is of type Parsers, which is an enum of [`Double`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.Parsers.html#Syncfusion_SfNumericTextBox_XForms_Parsers_Double) and [`Decimal`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.Parsers.html#Syncfusion_SfNumericTextBox_XForms_Parsers_Decimal). You have option to display the value in double or decimal.
-
-The following code shows the Double parsing mode, which can be set using the [`ParserMode`] property.
+The value in `SfNumericTextBox` gets parsed based on the [`ParserMode`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_ParserMode) property. You can choose between [`Double`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.Parsers.html#Syncfusion_SfNumericTextBox_XForms_Parsers_Double) and [`Decimal`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.Parsers.html#Syncfusion_SfNumericTextBox_XForms_Parsers_Decimal) parsing modes.
+The following code snippet demonstrates the Double parsing mode:
{% tabs %}
{% highlight xaml %}
@@ -86,13 +85,13 @@ this.Content = numericTextBox;
{% endtabs %}
-N>The default value for [`ParserMode`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_ParserMode) is [`Decimal`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.Parsers.html#Syncfusion_SfNumericTextBox_XForms_Parsers_Decimal).
+> **Note:** The default value for [`ParserMode`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_ParserMode) is [`Decimal`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.Parsers.html#Syncfusion_SfNumericTextBox_XForms_Parsers_Decimal).
-
+
-## Range support in SfNumericTextBox
+## Range Support in SfNumericTextBox
-Restrict the values within a specific range by setting the [`Maximum`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_Maximum) and [`Minimum`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_Minimum) property values.
+Restrict values within a specific range by setting the [`Maximum`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_Maximum) and [`Minimum`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_Minimum) properties.
{% tabs %}
@@ -114,16 +113,15 @@ Restrict the values within a specific range by setting the [`Maximum`](https://h
{% endtabs %}
-N> Default Value of [`Maximum`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_Maximum) and [`Minimum`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_Minimum) is "null".
-
-
+> **Note:** The default value for [`Maximum`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_Maximum) and [`Minimum`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_Minimum) is `null`.
-## Set the maximum number of decimal digits in SfNumericTextBox
+
-The maximum number of digits to be displayed after the decimal point can be specified by using the [`MaximumNumberDecimalDigits`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_MaximumNumberDecimalDigits) property.
+## Set the Maximum Number of Decimal Digits in SfNumericTextBox
-N> The [[`MaximumNumberDecimalDigits`]([`MaximumNumberDecimalDigits`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_MaximumNumberDecimalDigits)) property can be provided with positive value only.
+Specify the maximum number of decimal digits using the [`MaximumNumberDecimalDigits`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_MaximumNumberDecimalDigits) property.
+> **Note:** The `MaximumNumberDecimalDigits` property must be a positive value.
{% tabs %}
{% highlight xaml %}
@@ -145,9 +143,9 @@ this.Content = numericTextBox;

-## Remove default decimal digits in SfNumericTextBox
+## Remove Default Decimal Digits in SfNumericTextBox
-Based on the [`MaximumNumberDecimalDigits`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_MaximumNumberDecimalDigits) property, the default number of decimal digits is displayed. By disabling the [`AllowDefaultDecimalDigits`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_AllowDefaultDecimalDigits) Boolean property, those default digits can be removed from the numeric entry view.
+Based on the [`MaximumNumberDecimalDigits`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_MaximumNumberDecimalDigits) property, the default number of decimal digits is displayed. Disable the [`AllowDefaultDecimalDigits`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_AllowDefaultDecimalDigits) property to remove default digits from the numeric entry view.
{% tabs %}
@@ -171,9 +169,9 @@ Based on the [`MaximumNumberDecimalDigits`](https://help.syncfusion.com/cr/xamar

-## Selection support in SfNumericTextBox
+## Selection Support in SfNumericTextBox
-The [`SelectAllOnFocus`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_SelectAllOnFocus) property specifies whether the text should be selected or not when the control gets focus.
+The [`SelectAllOnFocus`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_SelectAllOnFocus) property specifies whether the text should be selected when the control gets focus.
{% tabs %}
@@ -196,15 +194,10 @@ this.Content = numericTextBox;

-## See also
-
-[How to set the MaximumDecimalDigits in SfNumericTextBox](https://support.syncfusion.com/kb/article/6839/how-to-set-the-maximumdecimaldigits-in-numerictextbox)
-
-[How to have null values in SfNumericTextBox](https://support.syncfusion.com/kb/article/6838/how-to-have-null-values-in-numerictextbox)
-
-[How to provide null value to SfNumericTextBox](https://support.syncfusion.com/kb/article/6306/how-to-provide-null-value-to-numerictextbox)
-
-[How to change the SfNumericTextBox style using its visual states](https://support.syncfusion.com/kb/article/10286/how-to-change-the-xamarin-forms-numeric-textbox-style-using-its-visual-states)
-
-[How to define and apply a common style for SfNumericTextBox](https://support.syncfusion.com/kb/article/10232/how-to-define-and-apply-a-common-style-for-sfnumerictextbox-in-xamarin-forms)
+## See Also
+- [How to set the MaximumDecimalDigits in SfNumericTextBox](https://support.syncfusion.com/kb/article/6839/how-to-set-the-maximumdecimaldigits-in-numerictextbox)
+- [How to have null values in SfNumericTextBox](https://support.syncfusion.com/kb/article/6838/how-to-have-null-values-in-numerictextbox)
+- [How to provide null value to SfNumericTextBox](https://support.syncfusion.com/kb/article/6306/how-to-provide-null-value-to-numerictextbox)
+- [How to change the SfNumericTextBox style using its visual states](https://support.syncfusion.com/kb/article/10286/how-to-change-the-xamarin-forms-numeric-textbox-style-using-its-visual-states)
+- [How to define and apply a common style for SfNumericTextBox](https://support.syncfusion.com/kb/article/10232/how-to-define-and-apply-a-common-style-for-sfnumerictextbox-in-xamarin-forms)
diff --git a/Xamarin/Numeric-Entry/Events.md b/Xamarin/Numeric-Entry/Events.md
index 62fe46099..a849de992 100644
--- a/Xamarin/Numeric-Entry/Events.md
+++ b/Xamarin/Numeric-Entry/Events.md
@@ -1,16 +1,16 @@
---
layout: post
-title: Events and Interactivity in Xamarin Numeric Entry control | Syncfusion
-description: Learn here all about Events and Interactivity support in Syncfusion Xamarin Numeric Entry (SfNumericTextBox) control and more.
+title: Events and Interactivity in Xamarin Numeric Entry Control | Syncfusion
+description: Learn all about Events and Interactivity support in the Syncfusion Xamarin Numeric Entry (SfNumericTextBox) control.
platform: Xamarin
control: NumericTextBox
documentation: ug
---
# Events in Xamarin Numeric Entry (SfNumericTextBox)
-## Value changed event in SfNumericTextBox
+## ValueChanged Event in SfNumericTextBox
-You can perform operation while the changing the value of [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html) value using [`ValueChanged`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_ValueChanged) event. ValueChanged event returns the changed value in NumericTextBox.
+Perform operations while changing the value of the [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html) using the [`ValueChanged`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_ValueChanged) event. This event returns the changed value in the NumericTextBox.
@@ -19,7 +19,7 @@ You can perform operation while the changing the value of [`SfNumericTextBox`](h
Value |
-Displays changed value in NumericTextBox |
+Displays the changed value in the NumericTextBox |
@@ -47,9 +47,9 @@ void Handle_ValueChanged(object sender, Syncfusion.SfNumericTextBox.XForms.Value
{% endtabs %}
-## Interactivity : ValueChangeMode in SfNumericTextBox
+## Interactivity: ValueChangeMode in SfNumericTextBox
-The [`ValueChangeMode`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_ValueChangeMode) property is used to mention when the validation should occur, either in key pressed or in focus lost. When ValueChangeMode is set to [`OnKeyFocus`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.ValueChangeMode.html#Syncfusion_SfNumericTextBox_XForms_ValueChangeMode_OnKeyFocus), the validation occurs for each key press. When ValueChangeMode is [`OnLostFocus`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.ValueChangeMode.html#Syncfusion_SfNumericTextBox_XForms_ValueChangeMode_OnLostFocus), the validation occurs when the control loses focus or moves the focus to the next control. ValueChangeMode includes the following options:
+The [`ValueChangeMode`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_ValueChangeMode) property is used to specify when the validation should occur: either on key press or on focus loss. When `ValueChangeMode` is set to [`OnKeyFocus`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.ValueChangeMode.html#Syncfusion_SfNumericTextBox_XForms_ValueChangeMode_OnKeyFocus), validation occurs for each key press. When `ValueChangeMode` is [`OnLostFocus`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.ValueChangeMode.html#Syncfusion_SfNumericTextBox_XForms_ValueChangeMode_OnLostFocus), validation occurs when the control loses focus. The `ValueChangeMode` options include:
1. [`OnKeyFocus`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.ValueChangeMode.html#Syncfusion_SfNumericTextBox_XForms_ValueChangeMode_OnKeyFocus)
2. [`OnLostFocus`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.ValueChangeMode.html#Syncfusion_SfNumericTextBox_XForms_ValueChangeMode_OnLostFocus)
@@ -112,9 +112,9 @@ private void SfNumericTextBox_ValueChanged(object sender, Syncfusion.SfNumericTe

-## Completed event in SfNumericTextBox
+## Completed Event in SfNumericTextBox
-Raised the [`completed`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_Completed) event when the user finalizes the text in the [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html) by pressing return key on the keyboard.
+The [`Completed`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_Completed) event is raised when the user finalizes the text in the [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html) by pressing the return key on the keyboard.
{% tabs %}
@@ -139,7 +139,7 @@ System.Diagnostics.Debug.WriteLine("Completed");
{% endtabs %}
-## See also
+## See Also
[How to change the SfNumericTextBox style using its visual states](https://support.syncfusion.com/kb/article/10286/how-to-change-the-xamarin-forms-numeric-textbox-style-using-its-visual-states)
diff --git a/Xamarin/Numeric-Entry/Font-Settings.md b/Xamarin/Numeric-Entry/Font-Settings.md
index c2cea0282..8366f10b4 100644
--- a/Xamarin/Numeric-Entry/Font-Settings.md
+++ b/Xamarin/Numeric-Entry/Font-Settings.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Font Settings in Xamarin Numeric Entry control | Syncfusion
-description: Learn here all about Font Settings support in Syncfusion Xamarin Numeric Entry (SfNumericTextBox) control and more.
+title: Font Settings in Xamarin Numeric Entry Control | Syncfusion
+description: Learn about Font Settings support in the Syncfusion Xamarin Numeric Entry (SfNumericTextBox) control.
platform: Xamarin
control: NumericTextBox
documentation: ug
@@ -53,7 +53,7 @@ this.Content = numericTextBox;

-## See also
+## See Also
[How to customize the font in SfNumericTextBox](https://support.syncfusion.com/kb/article/6851/how-to-custom-the-font-in-numerictextbox)
diff --git a/Xamarin/Numeric-Entry/Getting-Started.md b/Xamarin/Numeric-Entry/Getting-Started.md
index 87d022879..24d0693aa 100644
--- a/Xamarin/Numeric-Entry/Getting-Started.md
+++ b/Xamarin/Numeric-Entry/Getting-Started.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Getting Started with Xamarin Numeric Entry control | Syncfusion
-description: Learn here about getting started with Syncfusion Xamarin Numeric Entry (SfNumericTextBox) control, its elements and more.
+title: Getting Started with Xamarin Numeric Entry Control | Syncfusion
+description: Learn about getting started with the Syncfusion Xamarin Numeric Entry (SfNumericTextBox) control, its elements, and more.
platform: xamarin
control: SfNumericTextBox
documentation: ug
@@ -9,33 +9,33 @@ documentation: ug
# Getting Started with Xamarin Numeric Entry (SfNumericTextBox)
-This section explains you the steps to configure a SfNumericTextBox control in a real-time scenario and also provides a walk-through on some of the customization features available in SfNumericTextBox control.
+This section explains the steps to configure a `SfNumericTextBox` in a real-time scenario and provides a walk-through of some customization features available in the `SfNumericTextBox` control.
-## Assembly deployment
+## 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 directory: `{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
N> Assemblies can be found in unzipped package location(Documents/Syncfusion/{Version #}/Xamarin/lib) in Mac.
-## Adding SfNumericTextBox reference
+## Adding SfNumericTextBox Reference
-You can add SfNumericTextBox reference using one of the following methods:
+You can add the `SfNumericTextBox` reference using one of the following methods:
-**Method 1: Adding SfNumericTextBox reference from nuget.org**
+**Method 1: Adding SfNumericTextBox Reference from nuget.org**
-Syncfusion Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfNumericTextBox to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.SfNumericTextBox](https://www.nuget.org/packages/Syncfusion.Xamarin.SfNumericTextBox), and then install it.
+Syncfusion Xamarin components are available on [nuget.org](https://www.nuget.org/). To add `SfNumericTextBox` to your project, open the NuGet Package Manager in Visual Studio, search for [Syncfusion.Xamarin.SfNumericTextBox](https://www.nuget.org/packages/Syncfusion.Xamarin.SfNumericTextBox), and then install it.

-N> Install the same version of SfNumericTextBox NuGet in all the projects.
+> **Note:** Install the same version of the `SfNumericTextBox` NuGet package in all your projects.
-**Method 2: Adding SfNumericTextBox reference from toolbox**
+**Method 2: Adding SfNumericTextBox Reference from Toolbox**
-Syncfusion also provides Xamarin Toolbox. Using this toolbox, you can drag the SfNumericTextBox 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 provides a Xamarin Toolbox that lets you drag the `SfNumericTextBox` control to a XAML page. This toolbox automatically installs the required NuGet packages and adds the namespace to the page. For installation instructions, refer to [Toolbox](https://help.syncfusion.com/xamarin/utility#toolbox).
-**Method 3: Adding SfNumericTextBox assemblies manually from the installed location**
+**Method 3: Adding SfNumericTextBox Assemblies Manually**
If you prefer to manually reference the assemblies instead referencing from NuGet, add the following assemblies in respective projects.
@@ -76,7 +76,7 @@ The Android and UWP launches the SfNumericTextBox without any initialization and
### iOS
-To launch SfNumericTextBox in iOS, need to create an instance of SfNumericTextBoxRenderer in FinishedLaunching overridden method of AppDelegate class in iOS Project as shown below.
+To launch `SfNumericTextBox` on iOS, create an instance of `SfNumericTextBoxRenderer` in the `FinishedLaunching` overridden method of the `AppDelegate` class in the iOS project as shown below.
{% highlight C# %}
diff --git a/Xamarin/Numeric-Entry/Localization.md b/Xamarin/Numeric-Entry/Localization.md
index fe55e347d..a517b5c67 100644
--- a/Xamarin/Numeric-Entry/Localization.md
+++ b/Xamarin/Numeric-Entry/Localization.md
@@ -1,14 +1,14 @@
---
layout: post
-title: Localization in Xamarin Numeric Entry control | Syncfusion
-description: Learn here all about Localization support in Syncfusion Xamarin Numeric Entry (SfNumericTextBox) control and more.
+title: Localization in Xamarin Numeric Entry Control | Syncfusion
+description: Learn about Localization support in the Syncfusion Xamarin Numeric Entry (SfNumericTextBox) control.
platform: Xamarin
control: NumericTextBox
documentation: ug
---
# Localization in Xamarin Numeric Entry (SfNumericTextBox)
-The [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html) value can be localized to any specific culture. It can also be specified by setting the [`Culture`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_Culture) property with `System.Globalization.CultureInfo` object instance.
+The [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html) control supports localization, allowing its value to be formatted according to a specific culture. You can achieve this by setting the [`Culture`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_Culture) property with an instance of `System.Globalization.CultureInfo`.
{% tabs %}
@@ -21,16 +21,13 @@ The [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNum
{% highlight C# %}
numericTextBox.Culture = new System.Globalization.CultureInfo("fr-FR");
-
{% endhighlight %}
{% endtabs %}
-
+
-## See also
-
-[How to change the culture of SfNumericTextBox](https://support.syncfusion.com/kb/article/6845/how-to-change-the-culture-of-numerictextbox)
-
-[How to get the localized return key on the iOS keyboard in Xamarin.Forms numeric controls](https://support.syncfusion.com/kb/article/10234/how-to-get-the-localized-return-key-on-the-ios-keyboard-in-xamarin-forms-numeric-controls)
+## See Also
+- [How to change the culture of SfNumericTextBox](https://support.syncfusion.com/kb/article/6845/how-to-change-the-culture-of-numerictextbox)
+- [How to get the localized return key on the iOS keyboard in Xamarin.Forms numeric controls](https://support.syncfusion.com/kb/article/10234/how-to-get-the-localized-return-key-on-the-ios-keyboard-in-xamarin-forms-numeric-controls)
diff --git a/Xamarin/Numeric-Entry/Number-Formatting.md b/Xamarin/Numeric-Entry/Number-Formatting.md
index 438d8377a..818fcde87 100644
--- a/Xamarin/Numeric-Entry/Number-Formatting.md
+++ b/Xamarin/Numeric-Entry/Number-Formatting.md
@@ -1,24 +1,24 @@
---
layout: post
-title: Number Formatting in Xamarin Numeric Entry control | Syncfusion
-description: Learn here all about Number Formatting support in Syncfusion Xamarin Numeric Entry (SfNumericTextBox) control and more.
+title: Number Formatting in Xamarin Numeric Entry Control | Syncfusion
+description: Learn about Number Formatting support in the Syncfusion Xamarin Numeric Entry (SfNumericTextBox) control.
platform: Xamarin
control: NumericTextBox
documentation: ug
---
# Number Formatting in Xamarin Numeric Entry (SfNumericTextBox)
-The values of the [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html) can be configured to display different formats like currency format, percent format etc.
+The values of the [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html) can be configured to display different formats such as currency and percentage.
-## Format string in SfNumericTextBox
+## Format String in SfNumericTextBox
-The [`FormatString`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_FormatString) property determines the format specifier by which the display text has to be formatted.
+The [`FormatString`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_FormatString) property determines the format specifier used to format the display text.
-N> The control displays the formatted text when the focus is lost. The default value of [`FormatString`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_FormatString) is "n".
+> **Note:** The control displays the formatted text when focus is lost. The default value for [`FormatString`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_FormatString) is "n".
-### Display currency notation in SfNumericTextBox
+### Display Currency Notation in SfNumericTextBox
-`c` - Displays the value with currency notation.
+The specifier `c` displays the value with currency notation.
{% tabs %}
@@ -41,9 +41,9 @@ this.Content=numericTextBox;

-### Display number notation in SfNumericTextBox
+### Display Number Notation in SfNumericTextBox
-`n` – Displays the value in number format.
+The specifier `n` displays the value in number format.
{% tabs %}
@@ -66,9 +66,9 @@ this.Content=numericTextBox;

-### Display percentage notation in SfNumericTextBox
+### Display Percentage Notation in SfNumericTextBox
-`p` – Displays the value in percentage.
+The specifier `p` displays the value in percentage format.
{% tabs %}
@@ -89,11 +89,11 @@ this.Content=numericTextBox;
{% endtabs %}
-
+
-N> Instead of using above [`FormatString`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_FormatString) types, you can provide any symbol or value as string in FormatString property which will be appended with the value in [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html).
+> **Note:** Instead of using the above [`FormatString`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_FormatString) types, you can provide any symbol or value as a string in the `FormatString` property, which will be appended to the value in the [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html).
-By passing any string, you can get the same as appended with the value of [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html).
+By passing any string, you can append it to the value of the [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html).
{% tabs %}
@@ -118,11 +118,11 @@ this.Content = numericTextBox;

-## Compute to percentage in SfNumericTextBox
+## Compute to Percentage in SfNumericTextBox
-When the [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html) is in percentage format, the value can be displayed in two ways as follows:
+When the [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html) is in percentage format, the value can be displayed in two ways:
-* [`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.PercentDisplayMode.html#Syncfusion_SfNumericTextBox_XForms_PercentDisplayMode_Value): Displays the actual value with percentage symbol.
+- **[`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.PercentDisplayMode.html#Syncfusion_SfNumericTextBox_XForms_PercentDisplayMode_Value):** Displays the actual value with a percentage symbol.
{% capture codesnippet1 %}
@@ -208,13 +208,14 @@ this.Content = numericTextBox;

-## Group separator modes in SfNumericTextBox
+## Group Separator Modes in SfNumericTextBox
-[`GroupSeparatorMode`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_GroupSeparatorMode) provides 2 states to display the group separator.
+[`GroupSeparatorMode`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_GroupSeparatorMode) provides two states for displaying the group separator:
-When the mode is set to Always, it will display the separator while typing; however when the mode is set to [`LostFocus`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.GroupSeparatorMode.html#Syncfusion_SfNumericTextBox_XForms_GroupSeparatorMode_LostFocus) it will enable the separator when the control loses its focus.
+- **Always**: Displays the separator while typing.
+- **[`LostFocus`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.GroupSeparatorMode.html#Syncfusion_SfNumericTextBox_XForms_GroupSeparatorMode_LostFocus):** Enables the separator when the control loses focus.
-N> [`EnableGroupSeparator`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_EnableGroupSeparator) property must be enabled to use the [`GroupSeparatorMode`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_GroupSeparatorMode).
+> **Note:** The [`EnableGroupSeparator`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_EnableGroupSeparator) property must be enabled to use the [`GroupSeparatorMode`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_GroupSeparatorMode).
{% tabs %}
@@ -237,14 +238,10 @@ N> [`EnableGroupSeparator`](https://help.syncfusion.com/cr/xamarin/Syncfusion.Sf
{% endtabs %}
-
-
-## See also
-
-[How to truncate the trailing zero's in SfNumericTextBox](https://support.syncfusion.com/kb/article/10127/how-to-truncate-the-trailing-zeros-in-xamarin-forms-numeric-control-sfnumerictextbox)
-
-[How to set customized currency symbol in SfNumericTextBox](https://support.syncfusion.com/kb/article/9131/how-to-set-customized-currency-symbol-in-xamarinforms-numeric-controls)
-
-[How to display the value with currency symbol in SfNumericTextBox](https://support.syncfusion.com/kb/article/9143/how-to-display-the-value-with-currency-symbol-in-xamarinforms-numeric-controls)
+
+## See Also
+- [How to truncate the trailing zeros in SfNumericTextBox](https://support.syncfusion.com/kb/article/10127/how-to-truncate-the-trailing-zeros-in-xamarin-forms-numeric-control-sfnumerictextbox)
+- [How to set customized currency symbol in SfNumericTextBox](https://support.syncfusion.com/kb/article/9131/how-to-set-customized-currency-symbol-in-xamarinforms-numeric-controls)
+- [How to display the value with a currency symbol in SfNumericTextBox](https://support.syncfusion.com/kb/article/9143/how-to-display-the-value-with-currency-symbol-in-xamarinforms-numeric-controls)
diff --git a/Xamarin/Numeric-Entry/Overview.md b/Xamarin/Numeric-Entry/Overview.md
index 882988e57..e631aa84d 100644
--- a/Xamarin/Numeric-Entry/Overview.md
+++ b/Xamarin/Numeric-Entry/Overview.md
@@ -1,7 +1,7 @@
---
layout: post
-title: About Xamarin Numeric Entry control | Syncfusion
-description: Learn here all about introduction of Syncfusion Xamarin Numeric Entry (SfNumericTextBox) control, its elements and more.
+title: About Xamarin Numeric Entry Control | Syncfusion
+description: Introduction to the Syncfusion Xamarin Numeric Entry (SfNumericTextBox) control, its elements, and more.
platform: Xamarin
control: NumericTextBox
documentation: ug
@@ -9,22 +9,15 @@ documentation: ug
# Xamarin Numeric Entry (SfNumericTextBox) Overview
-The Essential Xamarin.Forms NumericTextBox is an advanced version of the Entry control that restricts input to numeric values.
-
-Also provides, a gesture friendly UI culture and can be configured to display different formats like currency format, scientific format etc.
-
+The Essential Xamarin.Forms NumericTextBox is an enhanced version of the Entry control, designed to restrict input to numeric values. It offers a gesture-friendly UI that supports various culture settings and can be configured to display different formats such as currency and scientific notation.

## Key Features
-* `FormatString` - Input string can be formatted by using the format strings.
-
-* `Culture` - Number format can be localized to any specific culture.
-
-* `AllowNull` - Allows the user to set null value.
-
-* `ParserMode` - Value gets parsed based on parser mode.
-
+- **`FormatString`**: Allows input strings to be formatted using specific format strings.
+- **`Culture`**: Enables localization of number formats to any specific culture.
+- **`AllowNull`**: Supports setting a null value for the numeric entry.
+- **`ParserMode`**: Parses values based on the specified parser mode.
diff --git a/Xamarin/Numeric-Entry/Return-type.md b/Xamarin/Numeric-Entry/Return-type.md
index 136deb764..cf42b88b5 100644
--- a/Xamarin/Numeric-Entry/Return-type.md
+++ b/Xamarin/Numeric-Entry/Return-type.md
@@ -1,14 +1,14 @@
---
layout: post
-title: Return Type in Xamarin Numeric Entry control | Syncfusion
-description: Learn here all about Return Type support in Syncfusion Xamarin Numeric Entry (SfNumericTextBox) control and more.
+title: Return Type in Xamarin Numeric Entry Control | Syncfusion
+description: Learn about Return Type support in the Syncfusion Xamarin Numeric Entry (SfNumericTextBox) control.
platform: Xamarin
control: NumericTextBox
documentation: ug
---
# Return Type in Xamarin Numeric Entry (SfNumericTextBox)
-You can define the return key type of [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html) by using the [`ReturnType`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_ReturnType) property of the type [Xamarin.Forms ReturnType](https://learn.microsoft.com/en-us/dotnet/api/xamarin.forms.entry.returntype?view=xamarin-forms).
+You can specify the return key type of the [`SfNumericTextBox`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html) by using the [`ReturnType`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_ReturnType) property of type [Xamarin.Forms ReturnType](https://learn.microsoft.com/en-us/dotnet/api/xamarin.forms.entry.returntype?view=xamarin-forms).
{% tabs %}
@@ -34,11 +34,11 @@ N> Default value of ReturnType is `Default`.
## Return Command
-The [`ReturnCommand`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_ReturnCommand) property defines an [`ICommand`](https://learn.microsoft.com/en-us/dotnet/api/system.windows.input.icommand?view=netframework-4.8) implementation that wraps an action when the user presses return button.
+The [`ReturnCommand`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_ReturnCommand) property allows you to define an [`ICommand`](https://learn.microsoft.com/en-us/dotnet/api/system.windows.input.icommand?view=netframework-4.8) implementation that executes an action when the user presses the return button.
## Return Command Parameter
-The [`ReturnCommandParameter`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_ReturnCommandParameter) property is used to set the parameter that is sent to the [`ReturnCommand`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_ReturnCommand).
+The [`ReturnCommandParameter`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_ReturnCommandParameter) property is used to set the parameter that is passed to the [`ReturnCommand`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox.html#Syncfusion_SfNumericTextBox_XForms_SfNumericTextBox_ReturnCommand).
{% tabs %}
@@ -77,6 +77,6 @@ The [`ReturnCommandParameter`](https://help.syncfusion.com/cr/xamarin/Syncfusion
{% endtabs %}
-## See also
+## See Also
[How to get the localized return key on the iOS keyboard in SfNumericTextBox](https://support.syncfusion.com/kb/article/10234/how-to-get-the-localized-return-key-on-the-ios-keyboard-in-xamarin-forms-numeric-controls)
diff --git a/Xamarin/NumericUpDown/Accessibility.md b/Xamarin/NumericUpDown/Accessibility.md
index 7de4ba861..5a9f99147 100644
--- a/Xamarin/NumericUpDown/Accessibility.md
+++ b/Xamarin/NumericUpDown/Accessibility.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Accessibility in Xamarin NumericUpDown control | Syncfusion
-description: Learn here all about Accessibility support in Syncfusion Xamarin NumericUpDown (SfNumericUpDown) control and more.
+title: Accessibility in Xamarin NumericUpDown Control | Syncfusion
+description: Learn all about accessibility support in the Syncfusion Xamarin NumericUpDown (SfNumericUpDown) control and more.
platform: Xamarin
control: NumericUpDown
documentation: ug
@@ -9,7 +9,7 @@ documentation: ug
# AutomationId in Xamarin NumericUpDown (SfNumericUpDown)
-The [`SfNumericUpDown`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html) control has built-in AutomationId for inner elements. To keep unique id for inner elements, AutomationId of inner elements are updated based on NumericUpDown's AutomationId. For example, if NumericUpDown's AutomationId is set as sfNumericUpDown.AutomationId = "numericUpDown", then AutomationId of inner elements will be updated as follows.
+The [`SfNumericUpDown`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html) control provides built-in automation IDs for its inner elements. To ensure each inner element has a unique ID, these automation IDs are updated based on the `SfNumericUpDown` control's own `AutomationId`. For example, if the `AutomationId` of the `SfNumericUpDown` control is set as `sfNumericUpDown.AutomationId = "numericUpDown"`, then the automation IDs of the inner elements will be as follows:
diff --git a/Xamarin/NumericUpDown/Colors.md b/Xamarin/NumericUpDown/Colors.md
index 02ec7680d..68d3cea64 100644
--- a/Xamarin/NumericUpDown/Colors.md
+++ b/Xamarin/NumericUpDown/Colors.md
@@ -1,26 +1,26 @@
---
layout: post
-title: Colors in Syncfusion NumericUpDown control for Xamarin.Forms
-description: This section explains, different color customization supports in Syncfusion NumericUpDown control for Xamarin.Forms.
+title: Colors in Syncfusion NumericUpDown Control for Xamarin.Forms
+description: Explore various color customization options available for the Syncfusion NumericUpDown control in Xamarin.Forms.
platform: Xamarin
control: NumericUpDown
documentation: ug
---
# Colors in Xamarin NumericUpDown (SfNumericUpDown)
-You can customize the [`SfNumericUpDown`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html) background, text, and border colors using the following bindable properties:
+The [`SfNumericUpDown`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html) control allows customization of its background, text, and border colors using the following bindable properties:
-* [`TextColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_TextColor) - Sets the color of NumericUpDown's value
+- [`TextColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_TextColor): Sets the color of the NumericUpDown's value.
-* `BackgroundColor` - Sets the background color of NumericUpDown.
+- `BackgroundColor`: Sets the background color of the NumericUpDown.
-* [`BorderColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_BorderColor) - Sets the border color of NumericUpDown control.
+- [`BorderColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_BorderColor): Sets the border color of the NumericUpDown control.
-* [`WatermarkColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_WatermarkColor) - Sets the color of NumericUpDown's watermark text.
+- [`WatermarkColor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_WatermarkColor): Sets the color of the NumericUpDown's watermark text.
-## Text color support in SfNumericUpDown
+## Text Color Support in SfNumericUpDown
-The following code sample demonstrates how to set the text color in XAML and in C#:
+The following code samples demonstrate how to set the text color in XAML and C#:
{% tabs %}
@@ -43,9 +43,9 @@ this.Content = NumericUpDown;

-## Background color support in SfNumericUpDown
+## Background Color Support in SfNumericUpDown
-The following code sample demonstrates how to set the background color in XAML and in C#:
+The following code samples demonstrate how to set the background color in XAML and C#:
{% tabs %}
@@ -69,9 +69,9 @@ this.Content = NumericUpDown;

-## Border color support in SfNumericUpDown
+## Border Color Support in SfNumericUpDown
-The following code sample demonstrates how to set the border color color in XAML and in C#:
+The following code samples demonstrate how to set the border color in XAML and C#:
{% tabs %}
@@ -94,9 +94,9 @@ this.Content = NumericUpDown;

-## Watermark color support in SfNumericUpDown
+## Watermark Color Support in SfNumericUpDown
-The following code sample demonstrates how to set the watermark color in XAML and in C#:
+The following code samples demonstrate how to set the watermark color in XAML and C#:
{% tabs %}
@@ -120,6 +120,6 @@ this.Content = NumericUpDown;

-## See also
+## See Also
[How to customize the color appearance of SfNumericUpDown](https://support.syncfusion.com/kb/article/10060/how-to-customize-the-color-appearance-of-numeric-entry-in-xamarinforms)
diff --git a/Xamarin/NumericUpDown/Customization.md b/Xamarin/NumericUpDown/Customization.md
index 2bd587e48..64bc2073e 100644
--- a/Xamarin/NumericUpDown/Customization.md
+++ b/Xamarin/NumericUpDown/Customization.md
@@ -1,18 +1,16 @@
---
layout: post
-title: Different customization in Xamarin NumericUpDown control | Syncfusion
-description: Learn here different customization support in Syncfusion Xamarin NumericUpDown (SfNumericUpDown) control and more.
+title: Customization Options in Xamarin NumericUpDown Control | Syncfusion
+description: Explore the various customization options available in the Syncfusion Xamarin NumericUpDown (SfNumericUpDown) control.
platform: Xamarin
control: NumericUpDown
documentation: ug
---
# Customization in Xamarin NumericUpDown (SfNumericUpDown)
-## Parsing the value in SfNumericUpDown
+## Parsing Mode in SfNumericUpDown
-The value of [`SfNumericUpDown`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html) is parsed based on the [`ParsingMode`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_ParsingMode) property. The parsing mode is an enum property with values of [`Double`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.ParsingMode.html#Syncfusion_SfNumericUpDown_XForms_ParsingMode_Double) and [`Decimal`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.ParsingMode.html#Syncfusion_SfNumericUpDown_XForms_ParsingMode_Decimal). You have options to update the value in double or decimal.
-
-The following code demonstrates the decimal parsing mode, which can be set using the [`ParsingMode`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_ParsingMode) property.
+The value of [`SfNumericUpDown`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html) is determined by the [`ParsingMode`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_ParsingMode) property. This enum property supports [`Double`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.ParsingMode.html#Syncfusion_SfNumericUpDown_XForms_ParsingMode_Double) and [`Decimal`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.ParsingMode.html#Syncfusion_SfNumericUpDown_XForms_ParsingMode_Decimal) values, allowing value updates in either format.
{% tabs %}
@@ -37,9 +35,9 @@ N> The default value of ParsingMode is Double.

-## Set maximum number of decimal digits in SfNumericUpDown
+## Maximum Decimal Digits in SfNumericUpDown
-The maximum number of digits to be displayed after the decimal point can be specified by using [`MaximumDecimalDigits `](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_MaximumDecimalDigits) property.
+Specify the maximum number of digits after the decimal point using the [`MaximumDecimalDigits`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_MaximumDecimalDigits) property.
N> The [`MaximumDecimalDigits`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_MaximumDecimalDigits) property is provided with positive value only. By default, the value of this property is 2.
@@ -65,9 +63,9 @@ this.Content = NumericUpDown;

-## Assign nullable value in SfNumericUpDown
+## Nullable Values in SfNumericUpDown
-The null values can be set in [`SfNumericUpDown`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html) [`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_Value) property, by setting [`AllowNull`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_AllowNull) property value to true.
+Assign null values to the [`Value`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_Value) property by setting the [`AllowNull`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_AllowNull) property to true.
N> By default, the property value is false.
@@ -91,9 +89,9 @@ this.Content = NumericUpDown;

-## Set hint text in SfNumericUpDown
+## Hint Text in SfNumericUpDown
-The [`WaterMark`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_Watermark) property can be used to provide a hint that helps the user to get started with their input. The watermark text is visible when value is empty or null.
+Use the [`Watermark`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_Watermark) property to provide a hint for the user input. The watermark text is visible when the value is empty or null.
{% tabs %}
@@ -114,11 +112,11 @@ this.Content = NumericUpDown;
{% endtabs %}
-
+
-## Auto reverse in SfNumericUpDown
+## Auto Reverse in SfNumericUpDown
-When incrementing, the control will begin at the [`Minimum`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_Minimum) value and progress to the [`Maximum`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_Maximum) value, and vice-versa.
+With `AutoReverse`, the control iterates from the [`Minimum`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_Minimum) to the [`Maximum`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_Maximum) value, and vice-versa.
N> By default the property value is false.
@@ -142,14 +140,10 @@ this.Content = NumericUpDown;
{% endtabs %}
-
-
-## Continuous spinning between ranges
-
-Users can restrict the values to a specific range by setting the [`Maximum`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_Maximum) and [`Minimum`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_Minimum) property values.
+
-N> By default, the value of minimum property is Double.MinValue and the value of maximum property is Double.MaxValue.
-In iOS, if typed value is less than minimum value, the minimum value will be validated.
+## Value Range Restriction in SfNumericUpDown
+Restrict values within a specific range using the [`Minimum`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_Minimum) and [`Maximum`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_Maximum) properties.
{% tabs %}
@@ -193,9 +187,9 @@ this.Content = stack;

-## Step value support in SfNumericUpDown
+## Step Value in SfNumericUpDown
-The frequency with which values gets incremented and decremented can be decided using the [`StepValue`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_StepValue) property.
+Set the frequency of value increments and decrements using the [`StepValue`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_StepValue) property.
N> By default the property value is 1.
@@ -217,11 +211,11 @@ this.Content = numericUpDown;
{% endtabs %}
-
+
-## Set edit option in SfNumericUpDown
+## Editing Options in SfNumericUpDown
-The [`IsEditable`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_IsEditable) property is used to decide whether users need to perform edit operations in the input field.
+The [`IsEditable`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_IsEditable) property determines if users can edit the input field.
N> By default, the value of [`IsEditable`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_IsEditable) property is true.
@@ -245,9 +239,9 @@ this.Content = numericUpDown;

-## Selection support in SfNumericUpDown
+## Selection Options in SfNumericUpDown
-The [`SelectAllOnFocus`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_SelectAllOnFocus) property is used to specify whether the text should be selected or not when the control gets the focus.
+The [`SelectAllOnFocus`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_SelectAllOnFocus) property defines whether the text is selected when the control gets focus.
{% tabs %}
@@ -270,8 +264,8 @@ this.Content = NumericUpDown;

-## See also
+## See Also
-[How to restrict the values of SfNumericUpDown within certain range](https://support.syncfusion.com/kb/article/6983/how-to-restrict-the-values-of-sfnumericupdown-within-certain-range)
+[Restricting SfNumericUpDown Values within a Range](https://support.syncfusion.com/kb/article/6983/how-to-restrict-the-values-of-sfnumericupdown-within-certain-range)
-[How to set AutoReverse property in SfNumericUpDown](https://support.syncfusion.com/kb/article/6985/how-to-set-autoreverse-property-in-sfnumericupdown)
+[Setting AutoReverse Property in SfNumericUpDown](https://support.syncfusion.com/kb/article/6985/how-to-set-autoreverse-property-in-sfnumericupdown)
diff --git a/Xamarin/NumericUpDown/Events.md b/Xamarin/NumericUpDown/Events.md
index eb3f840df..b0bdb25d3 100644
--- a/Xamarin/NumericUpDown/Events.md
+++ b/Xamarin/NumericUpDown/Events.md
@@ -1,18 +1,18 @@
---
layout: post
-title: Events and Interactivity in Xamarin NumericUpDown control | Syncfusion
-description: Learn here all about Events and Interactivity support in Syncfusion Xamarin NumericUpDown (SfNumericUpDown) control and more.
+title: Events and Interactivity in Xamarin NumericUpDown Control | Syncfusion
+description: Learn about the events and interactivity support in the Syncfusion Xamarin NumericUpDown (SfNumericUpDown) control.
platform: Xamarin
control: NumericUpDown
documentation: ug
---
# Events in Xamarin NumericUpDown (SfNumericUpDown)
-## Value changed event in SfNumericUpDown
+## Value Changed Event in SfNumericUpDown
-You can perform any operation when changing the value of [`SfNumericUpDown`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html) using the [`ValueChanged`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_ValueChanged) event. The ValueChanged event returns the changed value in NumericUpDown.
+You can perform operations whenever the value of [`SfNumericUpDown`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html) changes, using the [`ValueChanged`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_ValueChanged) event. This event returns the updated value in the control.
-For example you can restrict the NumericUpDown value if it exceed's greater than 3 digits using following code.
+For example, you can restrict the NumericUpDown value from exceeding three digits using the following code:
{% tabs %}
@@ -47,9 +47,9 @@ void Handle_ValueChanged(object sender, Syncfusion.SfNumericUpDown.XForms.ValueE
{% endtabs %}
-### Interactivity : ValueChangeMode
+### Interactivity: ValueChangeMode
-The [`ValueChangeMode`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_ValueChangeMode) property is used to mention when a value needs to be updated, either in key pressed or focus lost state. When ValueChangeMode is set to [`OnKeyFocus`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.ValueChangeMode.html#Syncfusion_SfNumericUpDown_XForms_ValueChangeMode_OnKeyFocus), the value is updated with each key press. When ValueChangeMode is set to [`OnLostFocus`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.ValueChangeMode.html#Syncfusion_SfNumericUpDown_XForms_ValueChangeMode_OnLostFocus), the value is updated when the control loses focus or the focus is moved to the next control. ValueChangeMode includes the following options:
+The [`ValueChangeMode`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_ValueChangeMode) property specifies when a value should be updated: either on keypress or when focus is lost. When `ValueChangeMode` is set to [`OnKeyFocus`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.ValueChangeMode.html#Syncfusion_SfNumericUpDown_XForms_ValueChangeMode_OnKeyFocus), the value updates with each keypress. When set to [`OnLostFocus`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.ValueChangeMode.html#Syncfusion_SfNumericUpDown_XForms_ValueChangeMode_OnLostFocus), the value updates when the control loses focus or moves to the next control.
1. [`OnKeyFocus`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.ValueChangeMode.html#Syncfusion_SfNumericUpDown_XForms_ValueChangeMode_OnKeyFocus)
2. [`OnLostFocus`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.ValueChangeMode.html#Syncfusion_SfNumericUpDown_XForms_ValueChangeMode_OnLostFocus)
@@ -110,9 +110,9 @@ private void SfNumericUpDown_ValueChanged(object sender, ValueEventArgs e)

-## Completed event in SfNumericUpDown
+## Completed Event in SfNumericUpDown
-The [`Completed`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_Completed) event occurs when users finalize the text in the [`SfNumericUpDown`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html) by pressing the return key(enter, ok) on the keyboard.
+The [`Completed`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_Completed) event occurs when users finalize the text in the `SfNumericUpDown` by pressing the return key (enter, ok) on the keyboard.
{% tabs %}
@@ -137,9 +137,9 @@ void Handle_Completed(object sender, System.EventArgs e)
{% endtabs %}
-## Focus changed event in SfNumericUpDown
+## Focus Changed Event in SfNumericUpDown
-The [`FocusChanged`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_FocusChanged) event occurs when the control gets the focus and loses the focus.
+The [`FocusChanged`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_FocusChanged) event triggers when the control gains or loses focus.
{% tabs %}
diff --git a/Xamarin/NumericUpDown/Font-Settings.md b/Xamarin/NumericUpDown/Font-Settings.md
index 53d8eea37..1d4682ef4 100644
--- a/Xamarin/NumericUpDown/Font-Settings.md
+++ b/Xamarin/NumericUpDown/Font-Settings.md
@@ -1,30 +1,25 @@
---
layout: post
-title: Font Settings in Syncfusion NumericUpDown control for Xamarin.Forms
-description: This section explains how to set the Font style in Syncfusion NumericUpDown control for Xamarin.Forms.
+title: Font Settings in Syncfusion NumericUpDown Control for Xamarin.Forms
+description: This section explains how to set the font style in Syncfusion NumericUpDown control for Xamarin.Forms.
platform: Xamarin
control: NumericUpDown
documentation: ug
---
# Font Settings in Xamarin NumericUpDown (SfNumericUpDown)
-You can customize the font style of [`SfNumericUpDown`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html) using the following font-related properties that display the value's text:
+You can customize the font style of the [`SfNumericUpDown`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html) using the following font-related properties that control the display of the value's text:
-* [`FontSize`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_FontSize) : Sets the font size for NumericUpDown’s text.
+- [`FontSize`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_FontSize): Sets the font size for the NumericUpDown's text.
-* [`FontAttributes`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_FontAttribute) : Sets the style of NumericUpDown’s text. You can add following types of styles to it.
+- [`FontAttributes`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_FontAttribute): Specifies the style of the NumericUpDown's text. Styles available include:
+ 1. Bold: Applies bold styling to the text.
+ 2. Italic: Applies italic styling to the text.
+ 3. None: Leaves the text style unchanged (default).
- 1. Bold: Sets the style of NumericUpDown’s text to bold.
- 2. Italic: Sets the style of NumericUpDown’s text to italic.
- 3. None: Keeps the style of NumericUpDown’s text as same. It will not modify the style.
+- [`FontFamily`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_FontFamily): Customizes the font family of the NumericUpDown's text.
-N> The default value of this property is None.
-
-* [`FontFamily`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_FontFamily) : Customizes the font family of the NumericUpDown’s text.
-
-* [`TextAlignment`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_TextAlignment) : Customizes the NumericUpDown’s text alignment position. You can align the text in Start, End, and Center position.
-
-N> The default value of this property is [`Start`].
+- [`TextAlignment`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_TextAlignment): Specifies the alignment of the NumericUpDown's text. Options include Start, End, and Center. The default is **Start**.
{% tabs %}
@@ -47,8 +42,8 @@ this.Content = NumericUpDown;
{% endtabs %}
-
+
-## See also
+## See Also
-[How to customize the text in the SfNumericUpDown](https://support.syncfusion.com/kb/article/6894/how-to-customise-the-text-present-in-the-sfnumericupdown)
+[How to Customize the Text in the SfNumericUpDown](https://support.syncfusion.com/kb/article/6894/how-to-customise-the-text-present-in-the-sfnumericupdown)
diff --git a/Xamarin/NumericUpDown/Getting-Started.md b/Xamarin/NumericUpDown/Getting-Started.md
index ba0200d1b..aac5337a0 100644
--- a/Xamarin/NumericUpDown/Getting-Started.md
+++ b/Xamarin/NumericUpDown/Getting-Started.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Getting Started with Xamarin NumericUpDown control | Syncfusion
-description: Learn here about getting started with Syncfusion Xamarin NumericUpDown (SfNumericUpDown) control, its elements and more.
+title: Getting Started with Xamarin NumericUpDown Control | Syncfusion
+description: Learn how to get started with the Syncfusion Xamarin NumericUpDown (SfNumericUpDown) control, including its elements and settings.
platform: Xamarin
control: NumericUpDown
documentation: ug
@@ -9,19 +9,19 @@ documentation: ug
# Getting Started with Xamarin NumericUpDown (SfNumericUpDown)
-This section provides overview for working with Essential SfNumericUpDown for Xamarin.Forms. You can walk through the entire process of creating a SfNumericUpDown.
+This section provides an overview of working with the Essential `SfNumericUpDown` for Xamarin.Forms. Follow the steps below to integrate and configure a `SfNumericUpDown` in your application.
-## Assembly deployment
+## 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 locate all required assemblies within the directory: `{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
N> Assemblies can be found in unzipped package location(Documents/Syncfusion/{Version #}/Xamarin/lib) in Mac.
-## Adding SfNumericUpDown reference
+## Adding SfNumericUpDown Reference
-You can add SfNumericUpDown reference using one of the following methods:
+You can add the SfNumericUpDown reference using one of the following methods:
**Method 1: Adding SfNumericUpDown reference from nuget.org**
diff --git a/Xamarin/NumericUpDown/Localization.md b/Xamarin/NumericUpDown/Localization.md
index 04882f1b4..31127848a 100644
--- a/Xamarin/NumericUpDown/Localization.md
+++ b/Xamarin/NumericUpDown/Localization.md
@@ -1,17 +1,16 @@
---
layout: post
-title: Localization in Xamarin NumericUpDown control | Syncfusion
-description: Learn here all about Localization support in Syncfusion Xamarin NumericUpDown (SfNumericUpDown) control and more.
+title: Localization in Xamarin NumericUpDown Control | Syncfusion
+description: Learn about localization support in the Syncfusion Xamarin NumericUpDown (SfNumericUpDown) control.
platform: Xamarin
control: NumericUpDown
documentation: ug
---
# Localization in Xamarin NumericUpDown (SfNumericUpDown)
-The [`SfNumericUpDown`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html) value can be localized to any specific culture. It can also be specified by setting the [`Culture`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_Culture) property with `System.Globalization.CultureInfo` object instance.
-
-N> You cannot set value to the Culture property in XAML.
+The [`SfNumericUpDown`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html) control allows localization of its value according to specific cultures using the [`Culture`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_Culture) property. This property can be set with a `System.Globalization.CultureInfo` object instance to specify the desired culture.
+> **Note:** The `Culture` property cannot be set in XAML.
{% tabs %}
{% highlight xaml %}
@@ -31,14 +30,12 @@ N> You cannot set value to the Culture property in XAML.

-## See also
-
-[How to change the culture of SfNumericUpDown](https://support.syncfusion.com/kb/article/6971/does-sfnumericupdown-responds-change-in-culture)
-
-[How to set customized currency symbol in SfNumericUpDown](https://support.syncfusion.com/kb/article/9119/how-to-configure-a-certain-currency-symbol-in-xamarincontrols-with-numbers-on-forms)
+## See Also
-[How to display the value with currency symbol in SfNumericUpDown](https://support.syncfusion.com/kb/article/9141/how-to-display-the-value-with-currency-symbol-in-xamarinforms-numeric-controls)
+- [How to Change the Culture of SfNumericUpDown](https://support.syncfusion.com/kb/article/6971/does-sfnumericupdown-responds-change-in-culture)
-[How to get the localized return key on the iOS keyboard in SfNumericUpDown](https://support.syncfusion.com/kb/article/7039/how-to-get-the-localized-return-key-on-the-ios-keyboard-in-xamarinforms-numeric-controls)
+- [How to Set a Customized Currency Symbol in SfNumericUpDown](https://support.syncfusion.com/kb/article/9119/how-to-configure-a-certain-currency-symbol-in-xamarincontrols-with-numbers-on-forms)
+- [How to Display the Value with Currency Symbol in SfNumericUpDown](https://support.syncfusion.com/kb/article/9141/how-to-display-the-value-with-currency-symbol-in-xamarinforms-numeric-controls)
+- [How to Get the Localized Return Key on the iOS Keyboard in SfNumericUpDown](https://support.syncfusion.com/kb/article/7039/how-to-get-the-localized-return-key-on-the-ios-keyboard-in-xamarinforms-numeric-controls)
diff --git a/Xamarin/NumericUpDown/Number-Formatting.md b/Xamarin/NumericUpDown/Number-Formatting.md
index a90f2948c..d87ffb142 100644
--- a/Xamarin/NumericUpDown/Number-Formatting.md
+++ b/Xamarin/NumericUpDown/Number-Formatting.md
@@ -1,18 +1,18 @@
---
layout: post
title: Number Formatting in Syncfusion NumericUpDown for Xamarin.Forms
-description: Learn how to add format String, enable parser mode, and percent display mode for NumericUpDown control.
+description: Learn how to apply format strings, enable parser mode, and use percent display mode in the NumericUpDown control.
platform: Xamarin
control: NumericUpDown
documentation: ug
---
# Number Formatting in Xamarin NumericUpDown (SfNumericUpDown)
-The values of the [`SfNumericUpDown`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html) can be configured to display different formats like currency format, percent format etc.
+The [`SfNumericUpDown`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html) values can be configured to display in various formats, such as currency or percentage.
-## Format string support in SfNumericUpDown
+## Format String Support in SfNumericUpDown
-The [`FormatString`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_FormatString) property determines the format specifier by which the display text has to be formatted.
+The [`FormatString`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_FormatString) property specifies the format specifier for the display text.
N> The control displays the formatted text when the focus is lost. The default Value of [`FormatString`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_FormatString) is "n".
@@ -37,11 +37,11 @@ numericUpDown.FormatString="c";
{% endtabs %}
-
+
-### Display percentage notation
+### Displaying Percentage Notation
-`p` – Displays the value in percentage.
+Use `p` to display values as percentages.
{% tabs %}
@@ -61,11 +61,11 @@ numericUpDown.FormatString="p";
{% endtabs %}
-
+
-### Display number notation
+### Displaying Number Notation
-`n` – Displays the value in number format.
+Use `n` to display values in number format.
{% tabs %}
@@ -119,7 +119,7 @@ numericUpDown.PercentDisplayMode=PercentDisplayMode.Value;
{{ codesnippet1 | UnOrderList_Indent_Level_1 }}
-
+
* [`Compute`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.PercentDisplayMode.html#Syncfusion_SfNumericUpDown_XForms_PercentDisplayMode_Compute) : Displays the value computed by 100 with percentage symbol.
@@ -144,17 +144,17 @@ numericUpDown.PercentDisplayMode=PercentDisplayMode.Compute;
{% endtabs %}
-N> The control displays the percent value on lost focus.
+> **Note:** The control displays the percent value on lost focus.
{% endcapture %}
{{ codesnippet2 | UnOrderList_Indent_Level_1 }}
-
+
-## Set enable group separator
+## Enabling Group Separator
-The [`EnableGroupSeparator`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_EnableGroupSeparator) property is used to get rid of the comma in the Value of [`SfNumericUpDown`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html).
+The [`EnableGroupSeparator`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_EnableGroupSeparator) property controls whether commas are used as group separators in the `SfNumericUpDown`.
{% tabs %}
@@ -177,6 +177,6 @@ this.Content = NumericUpDown;

-## See also
+## See Also
-[How to provide string formats support in SfNumericUpDown](https://support.syncfusion.com/kb/article/6976/does-sfnumericupdown-supports-other-formats)
\ No newline at end of file
+[Providing String Formats Support in SfNumericUpDown](https://support.syncfusion.com/kb/article/6976/does-sfnumericupdown-supports-other-formats)
diff --git a/Xamarin/NumericUpDown/Overview.md b/Xamarin/NumericUpDown/Overview.md
index 16295bcdd..266700003 100644
--- a/Xamarin/NumericUpDown/Overview.md
+++ b/Xamarin/NumericUpDown/Overview.md
@@ -1,7 +1,7 @@
---
layout: post
-title: About Xamarin NumericUpDown control | Syncfusion
-description: Learn here all about introduction of Syncfusion Xamarin NumericUpDown (SfNumericUpDown) control, its elements and more.
+title: About Xamarin NumericUpDown Control | Syncfusion
+description: Discover the introduction to the Syncfusion Xamarin NumericUpDown (SfNumericUpDown) control, including its elements and key features.
platform: Xamarin
control: NumericUpDown
documentation: ug
@@ -9,22 +9,16 @@ documentation: ug
# Xamarin NumericUpDown (SfNumericUpDown) Overview
-The Essential Xamarin.Forms NumericUpDown control provides up and down repeat buttons to increase and decrease values. The control respects UI culture and can be configured to display different formats like currency, scientific, etc.
+The Essential Xamarin.Forms NumericUpDown control provides repeatable up and down buttons to increment or decrement values. This control supports UI culture standards and can display values in various formats such as currency, scientific notation, etc.

## Key Features
-* `FormatString` - Input string can be formatted by using the format strings.
-
-* `Culture` - Number format can be localized to any specific culture.
-
-* `AllowNull` - Allows the user to set null value.
-
-* `ParserMode` - Value gets parsed based on parser mode.
-
-
-
+- **FormatString**: Allows the input string to be formatted using standard format strings.
+- **Culture**: Enables localization of number formatting according to specific cultures.
+- **AllowNull**: Permits users to set a value to null.
+- **ParserMode**: Parses values based on the selected parser mode.
diff --git a/Xamarin/NumericUpDown/Spin-Button-Customization.md b/Xamarin/NumericUpDown/Spin-Button-Customization.md
index 6b1d70cde..c8156d52e 100644
--- a/Xamarin/NumericUpDown/Spin-Button-Customization.md
+++ b/Xamarin/NumericUpDown/Spin-Button-Customization.md
@@ -1,7 +1,7 @@
---
layout: post
title: Spin Button Customization in Xamarin NumericUpDown | Syncfusion
-description: Learn here all about Spin Button Customization support in Syncfusion Xamarin NumericUpDown (SfNumericUpDown) control and more.
+description: Explore the customization options for spin buttons in the Syncfusion Xamarin NumericUpDown (SfNumericUpDown) control.
platform: Xamarin
control: NumericUpDown
documentation: ug
@@ -9,13 +9,12 @@ documentation: ug
# Spin Button Customization in Xamarin NumericUpDown (SfNumericUpDown)
-Spin button position in the [`SfNumericUpDown`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html) control can be changed relative to the TextBox based on [`SpinButtonAlignment`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_SpinButtonAlignment) property.
+The spin button position in the [`SfNumericUpDown`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html) control can be adjusted using the [`SpinButtonAlignment`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown.html#Syncfusion_SfNumericUpDown_XForms_SfNumericUpDown_SpinButtonAlignment) property.
-There are three built-in modes:
+Here are three available alignment modes:
-## Align the spin button in right side
-
-Spin buttons will get aligned to the right side of the control.
+## Right Alignment
+Align the spin buttons to the right side of the control.
{% tabs %}
diff --git a/Xamarin/Text-Input-Layout/Accessibility.md b/Xamarin/Text-Input-Layout/Accessibility.md
index 19ffdaa94..d62d5463a 100644
--- a/Xamarin/Text-Input-Layout/Accessibility.md
+++ b/Xamarin/Text-Input-Layout/Accessibility.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Accessibility in Xamarin Text Input Layout control | Syncfusion
-description: Learn here all about Accessibility support in Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control and more.
+title: Accessibility in Xamarin Text Input Layout Control | Syncfusion
+description: Learn about accessibility support in Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control and more.
platform: Xamarin
control: SfTextInputLayout
documentation: ug
@@ -9,7 +9,7 @@ documentation: ug
# Accessibility in SfTextInputLayout
-The text input layout control has built-in AutomationId for inner elements. To keep unique id for inner elements, AutomationId of inner elements are updated based on SfTextInputLayout's AutomationId. For example, if SfTextInputLayout's AutomationId is set as sfTextInputLayout.AutomationId = "textInputLayout", then AutomationId of inner elements will be updated as follows.
+The text input layout control has built-in `AutomationId` support for its inner elements. The `AutomationId` of inner elements is updated based on the `AutomationId` of the `SfTextInputLayout` to ensure uniqueness. For example, if the `AutomationId` of `SfTextInputLayout` is set as `sfTextInputLayout.AutomationId = "textInputLayout"`, then the `AutomationId` of inner elements will be updated accordingly.
diff --git a/Xamarin/Text-Input-Layout/Assistive-Labels.md b/Xamarin/Text-Input-Layout/Assistive-Labels.md
index fbba6a74c..1e5014171 100644
--- a/Xamarin/Text-Input-Layout/Assistive-Labels.md
+++ b/Xamarin/Text-Input-Layout/Assistive-Labels.md
@@ -1,19 +1,19 @@
---
layout: post
-title: Assistive Labels in Xamarin Text Input Layout control | Syncfusion
-description: Learn here all about Assistive Labels support in Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control and more.
-platform: xamarin
+title: Assistive Labels in Xamarin Text Input Layout Control | Syncfusion
+description: Learn about assistive labels support in Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control and more.
+platform: Xamarin
control: SfTextInputLayout
documentation: ug
---
# Assistive Labels in Xamarin Text Input Layout (SfTextInputLayout)
-Assistive labels provide additional information about text entered in the input view controls.
+Assistive labels provide additional information about the text entered in the input view controls.
-## Helper text
+## Helper Text
-Helper text conveys additional guidance about the input field such as how it will be used. It can be set using the [HelperText](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_HelperText) property.
+Helper text provides additional guidance about the input field, such as how it will be used. It can be set using the [HelperText](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_HelperText) property.
{% tabs %}
@@ -40,11 +40,11 @@ inputLayout.InputView = new Entry();
The visibility of the helper text can be disabled by setting the [ShowHelperText](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ShowHelperText) property to false. By default, it is set to true.
-
+
-## Error message
+## Error Message
-When the text input is not accepted, an error message will display instructions to fix it. Error messages will be displayed below the input line till entering the correct text. It can be set using the [ErrorText](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ErrorText) property, but it will be displayed only when the [HasError](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_HasError) property is set to `true`.
+When the text input is not accepted, an error message will display instructions to correct it. Error messages remain below the input line until the correct text is entered. It can be set using the [ErrorText](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ErrorText) property, but it will only be displayed when the [HasError](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_HasError) property is set to `true`.
{% tabs %}
@@ -74,13 +74,13 @@ inputLayout.InputView = new Entry();
{% endtabs %}
-
+
-N> Error validations should be done in the application level.
+> **Note:** Error validations should be handled at the application level.
-## Character counter
+## Character Counter
-Character counter is used when you need to limit the characters. Character limit can be set using the [CharMaxLength](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_CharMaxLength) property. The character counter can be enabled by setting the [ShowCharCount](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ShowCharCount) property to true.
+The character counter is used when you need to limit the number of characters. The character limit can be set using the [CharMaxLength](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_CharMaxLength) property. The character counter can be enabled by setting the [ShowCharCount](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ShowCharCount) property to true.
{% tabs %}
@@ -110,11 +110,11 @@ inputLayout.InputView = new Entry();
{% endtabs %}
-
+
-N> When character count reaches the maximum character length, the error color will be applied to hint, border, and counter label.
+> **Note:** When the character count reaches the maximum character length, the error color is applied to the hint, border, and counter label.
-## Reserve spaces for assistive labels
+## Reserve Spaces for Assistive Labels
The reserved spaces for assistive labels can be removed by setting the [ReserveSpaceForAssistiveLabels](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ReserveSpaceForAssistiveLabelsProperty) property to false.
@@ -143,14 +143,14 @@ inputLayout.InputView = new Entry();
{% endtabs %}
-
+
-## See also
+## See Also
-[How to remove the space at the bottom of SfTextInputLayout](https://support.syncfusion.com/kb/article/9557/how-to-remove-the-space-at-the-bottom-of-textinputlayout)
+- [How to remove the space at the bottom of SfTextInputLayout](https://support.syncfusion.com/kb/article/9557/how-to-remove-the-space-at-the-bottom-of-textinputlayout)
-[How to apply LineBreakMode for labels in SfTextInputLayout](https://support.syncfusion.com/kb/article/9518/how-to-apply-linebreakmode-for-labels-in-xamarin-text-input-layout)
+- [How to apply LineBreakMode for labels in SfTextInputLayout](https://support.syncfusion.com/kb/article/9518/how-to-apply-linebreakmode-for-labels-in-xamarin-text-input-layout)
-[How to customize the properties of outline border colors, hint name, helper text, error text, and char count](https://support.syncfusion.com/kb/article/10194/how-to-customize-the-properties-of-outline-border-colors-hint-name-helper-text-error-text)
+- [How to customize the properties of outline border colors, hint name, helper text, error text, and char count](https://support.syncfusion.com/kb/article/10194/how-to-customize-the-properties-of-outline-border-colors-hint-name-helper-text-error-text)
-[How to customize the color of border and labels in SfTextInputLayout](https://support.syncfusion.com/kb/article/9248/how-to-customize-the-color-of-border-and-labels-in-sftextinputlayout)
+- [How to customize the color of border and labels in SfTextInputLayout](https://support.syncfusion.com/kb/article/9248/how-to-customize-the-color-of-border-and-labels-in-sftextinputlayout)
diff --git a/Xamarin/Text-Input-Layout/Container-Type.md b/Xamarin/Text-Input-Layout/Container-Type.md
index a7f543e33..f264af2ab 100644
--- a/Xamarin/Text-Input-Layout/Container-Type.md
+++ b/Xamarin/Text-Input-Layout/Container-Type.md
@@ -1,19 +1,19 @@
---
layout: post
-title: Container Type in Xamarin Text Input Layout control | Syncfusion
-description: Learn here all about Container Type support in Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control and more.
+title: Container Types in Xamarin Text Input Layout Control | Syncfusion
+description: Learn about the different container types available in the Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control.
platform: xamarin
control: SfTextInputLayout
documentation: ug
---
-# Container Type in Xamarin Text Input Layout (SfTextInputLayout)
+# Container Types in Xamarin Text Input Layout (SfTextInputLayout)
-Containers improve the discoverability of input view by creating a contrast between the input view and assistive elements.
+Containers enhance the visibility of input views by creating a contrast between the input view and assistive elements.
## Filled
-The background of the input view will be filled with container color, and its stroke (at the bottom edge) color and thickness will be changed based on its states. It can be enabled by setting the [ContainerType](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ContainerType) property to [Filled](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html#Syncfusion_XForms_TextInputLayout_ContainerType_Filled).
+The background of the input view will be filled with the container color, and the stroke color and thickness at the bottom edge will be altered based on its state. This can be enabled by setting the [ContainerType](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ContainerType) property to [Filled](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html#Syncfusion_XForms_TextInputLayout_ContainerType_Filled).
{% tabs %}
@@ -42,7 +42,7 @@ inputLayout.InputView = new Entry() { Text = "John" };
## Outlined
-When setting the [ContainerType](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ContainerType) property to [Outlined](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html#Syncfusion_XForms_TextInputLayout_ContainerType_Outlined), the container will be covered with a rounded-corner border.
+When the [ContainerType](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ContainerType) property is set to [Outlined](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html#Syncfusion_XForms_TextInputLayout_ContainerType_Outlined), the container will have a rounded-corner border.
{% tabs %}
@@ -70,9 +70,9 @@ inputLayout.InputView = new Entry() { Text = "John" };

-### Customize the corner radius of the outline border
+### Customizing the Corner Radius of the Outline Border
-When setting the [OutlineCornerRadius](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_OutlineCornerRadiusProperty) property to double value, the corner radius of the container will be changed.
+You can change the corner radius of the container by setting the [OutlineCornerRadius](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_OutlineCornerRadiusProperty) property to a double value.
{% tabs %}
@@ -102,11 +102,10 @@ inputLayout.InputView = new Entry();

>**NOTE**
-It is applicable for the outline border when setting the container type to outlined.
+>The outline border customization is applicable only when the container type is set to outlined.
+### Customizing Padding
-### Custom Padding
-
-Spaces around the input view can be customized by setting the InputViewPadding property to [thickness](https://learn.microsoft.com/en-us/dotnet/api/xamarin.forms.thickness?view=xamarin-forms) value.
+You can customize the spaces around the input view by setting the `InputViewPadding` property to a [thickness](https://learn.microsoft.com/en-us/dotnet/api/xamarin.forms.thickness?view=xamarin-forms) value.
{% tabs %}
@@ -139,11 +138,11 @@ inputLayout.InputView = new Entry();
#### See Also
-[InputViewPadding](https://support.syncfusion.com/kb/article/9553/how-to-reduce-the-inner-padding-of-xamarin-forms-text-input-layout)
+- [InputViewPadding](https://support.syncfusion.com/kb/article/9553/how-to-reduce-the-inner-padding-of-xamarin-forms-text-input-layout)
## None
-When setting the [ContainerType](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ContainerType) property to [None](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html#Syncfusion_XForms_TextInputLayout_ContainerType_None), the container will have empty background and enough spacing.
+Setting the [ContainerType](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ContainerType) property to [None](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html#Syncfusion_XForms_TextInputLayout_ContainerType_None) removes the container background but maintains spacing.
{% tabs %}
@@ -171,13 +170,9 @@ inputLayout.InputView = new Entry() { Text = "John" };

-
## See also
-[How to customize the properties of outline border colors, hint name, helper text, error text, and char count](https://support.syncfusion.com/kb/article/10194/how-to-customize-the-properties-of-outline-border-colors-hint-name-helper-text-error-text)
-
-[How to create a rounded corner SfTextInputLayout](https://support.syncfusion.com/kb/article/10202/how-to-create-a-rounded-corner-sftextinputlayout-in-xamarin-forms)
-
-[How to reduce the inner padding of SfTextInputLayout](https://support.syncfusion.com/kb/article/9553/how-to-reduce-the-inner-padding-of-xamarin-forms-text-input-layout)
-
-[How to customize the color of border and labels in SfTextInputLayout](https://support.syncfusion.com/kb/article/9248/how-to-customize-the-color-of-border-and-labels-in-sftextinputlayout)
+- [Customizing outline border colors, hint name, helper text, error text, and char count](https://support.syncfusion.com/kb/article/10194/how-to-customize-the-properties-of-outline-border-colors-hint-name-helper-text-error-text)
+- [Creating a rounded corner SfTextInputLayout](https://support.syncfusion.com/kb/article/10202/how-to-create-a-rounded-corner-sftextinputlayout-in-xamarin-forms)
+- [Reducing the inner padding of SfTextInputLayout](https://support.syncfusion.com/kb/article/9553/how-to-reduce-the-inner-padding-of-xamarin-forms-text-input-layout)
+- [Customizing the color of border and labels in SfTextInputLayout](https://support.syncfusion.com/kb/article/9248/how-to-customize-the-color-of-border-and-labels-in-sftextinputlayout)
diff --git a/Xamarin/Text-Input-Layout/Custom-Font.md b/Xamarin/Text-Input-Layout/Custom-Font.md
index 45c342ecf..38205ab0a 100644
--- a/Xamarin/Text-Input-Layout/Custom-Font.md
+++ b/Xamarin/Text-Input-Layout/Custom-Font.md
@@ -1,21 +1,21 @@
---
layout: post
-title: Font Customization in Xamarin Text Input Layout control | Syncfusion
-description: Learn here all about Font Customization support in Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control and more.
+title: Font Customization in Xamarin Text Input Layout Control | Syncfusion
+description: Learn about font customization support in the Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control.
platform: xamarin
control: SfTextInputLayout
documentation: ug
---
-# Font Customization in Xamarin Text Input Layout (SfTextInputLayout)
+# Font Customization in Xamarin Text Input Layout (SfTextInputLayout)
-You can customize the appearance (size, attributes, and family) of font by setting the FontFamily, FontSize, and FontAttributes properties of the LabelStyle property.
+You can customize the appearance (size, attributes, and family) of fonts by setting the `FontFamily`, `FontSize`, and `FontAttributes` properties of the `LabelStyle` property.
-Refer to this [documentation](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/fonts#use-a-custom-font) to configure the custom fonts in Xamarin.Forms.
+Refer to this [documentation](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/fonts#use-a-custom-font) to configure custom fonts in Xamarin.Forms.
## Hint
-You can customize the font of [hint](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_HintProperty) label by setting the FontFamily, FontSize, and FontAttributes properties of HintLabelStyle in SfTextInputLayout.
+You can customize the font of the [hint](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_HintProperty) label by setting the `FontFamily`, `FontSize`, and `FontAttributes` properties of `HintLabelStyle` in `SfTextInputLayout`.
{% tabs %}
@@ -56,9 +56,9 @@ inputLayout.InputView = new Entry();

-## Helper text
+## Helper Text
-You can customize the font of [helper text](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_HelperTextProperty) label by setting the FontFamily, FontSize, and FontAttributes properties of HelperLabelStyle in SfTextInputLayout.
+You can customize the font of the [helper text](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_HelperTextProperty) label by setting the `FontFamily`, `FontSize`, and `FontAttributes` properties of `HelperLabelStyle` in `SfTextInputLayout`.
{% tabs %}
@@ -99,9 +99,9 @@ inputLayout.InputView = new Entry();

-## Error text
+## Error Text
-You can customize the font of [error text](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ErrorTextProperty) label by setting the FontFamily, FontSize, and FontAttributes properties of ErrorLabelStyle in SfTextInputLayout.
+You can customize the font of the [error text](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ErrorTextProperty) label by setting the `FontFamily`, `FontSize`, and `FontAttributes` properties of `ErrorLabelStyle` in `SfTextInputLayout`.
{% tabs %}
@@ -146,9 +146,9 @@ inputLayout.InputView = new Entry();

-## Counter label
+## Counter Label
-You can customize the font of [counter label](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_CharMaxLengthProperty) by setting the FontFamily, FontSize, and FontAttributes properties of CounterLabelStyle in SfTextInputLayout.
+You can customize the font of the [counter label](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_CharMaxLengthProperty) by setting the `FontFamily`, `FontSize`, and `FontAttributes` properties of `CounterLabelStyle` in `SfTextInputLayout`.
{% tabs %}
@@ -189,11 +189,8 @@ inputLayout.InputView = new Entry();

-## See also
-
-[How to customize the properties of outline border colors, hint name, helper text, error text, and char count](https://support.syncfusion.com/kb/article/10194/how-to-customize-the-properties-of-outline-border-colors-hint-name-helper-text-error-text)
-
-[How to apply LineBreakMode for labels in SfTextInputLayout](https://support.syncfusion.com/kb/article/9518/how-to-apply-linebreakmode-for-labels-in-xamarin-text-input-layout)
-
-[How to customize the color of border and labels in SfTextInputLayout](https://support.syncfusion.com/kb/article/9248/how-to-customize-the-color-of-border-and-labels-in-sftextinputlayout)
+## See Also
+- [How to customize the properties of outline border colors, hint name, helper text, error text, and char count](https://support.syncfusion.com/kb/article/10194/how-to-customize-the-properties-of-outline-border-colors-hint-name-helper-text-error-text)
+- [How to apply LineBreakMode for labels in SfTextInputLayout](https://support.syncfusion.com/kb/article/9518/how-to-apply-linebreakmode-for-labels-in-xamarin-text-input-layout)
+- [How to customize the color of border and labels in SfTextInputLayout](https://support.syncfusion.com/kb/article/9248/how-to-customize-the-color-of-border-and-labels-in-sftextinputlayout)
diff --git a/Xamarin/Text-Input-Layout/Custom-Icons.md b/Xamarin/Text-Input-Layout/Custom-Icons.md
index 23652cbf9..99a340a45 100644
--- a/Xamarin/Text-Input-Layout/Custom-Icons.md
+++ b/Xamarin/Text-Input-Layout/Custom-Icons.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Custom Icons in Xamarin Text Input Layout control | Syncfusion
-description: Learn here all about Custom Icons support in Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control and more.
+title: Custom Icons in Xamarin Text Input Layout Control | Syncfusion
+description: Learn about custom icon support in the Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control.
platform: xamarin
control: SfTextInputLayout
documentation: ug
@@ -9,17 +9,15 @@ documentation: ug
# Custom Icons in Xamarin Text Input Layout (SfTextInputLayout)
-Any custom icons can be added to the leading edge or the trailing edge of input view in the text input layout control. The events and commands related to the custom icons should be handled at the application level.
+Custom icons can be added to either the leading edge or trailing edge of an input view in the text input layout control. Events and commands related to custom icons should be handled at the application level. Unicode or font icons for the labels can be displayed as icons.
-Unicode or font icons for the labels can be displayed as icons.
+> **Note:** Refer to the following resources to learn more about font icons:
+> * [How to create font icons using our Metro Studio and export as TTF](https://help.syncfusion.com/metro-studio/export-icon-font)
+> * [How to set font family for custom fonts in labels](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/fonts#using-a-custom-font)
-N> Refer to the following links to learn more about font icons:
-* [How to create font icons using our metro studio and export as ttf?](https://help.syncfusion.com/metro-studio/export-icon-font)
-* [How to set font family for the custom fonts in labels?](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/fonts#using-a-custom-font)
+## Leading View
-## Leading view
-
-A label can be added as a leading icon for the input view by setting the [LeadingView](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_LeadingView) property. It can be positioned either inside or outside the container by setting the [LeadingViewPosition](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_LeadingViewPosition) property. By default, it is positioned [Outside](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ViewPosition.html).
+A label can be added as a leading icon for the input view by setting the [LeadingView](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_LeadingView) property. It can be positioned either inside or outside the container by using the [LeadingViewPosition](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_LeadingViewPosition) property, with the default position being [Outside](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ViewPosition.html).
{% tabs %}
@@ -53,9 +51,9 @@ inputLayout.InputView = new Entry();


-## Trailing view
+## Trailing View
-A label can be added as a trailing icon for the input view by setting the [TrailingView](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_TrailingView) property. It can be positioned either inside or outside the container of input view by setting the [TrailingViewPosition](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_TrailingViewPosition) property. By default, it is positioned [Inside](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ViewPosition.html).
+A label can be added as a trailing icon for the input view by setting the [TrailingView](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_TrailingView) property. It can be positioned either inside or outside the container of the input view by setting the [TrailingViewPosition](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_TrailingViewPosition) property, with the default position being [Inside](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ViewPosition.html).
{% tabs %}
@@ -89,9 +87,9 @@ inputLayout.InputView = new Entry();


-## Leading and trailing view customization
+## Leading and Trailing View Customization
-The height and width of the leading and trailing view's direct child can be customized inside the text input layout. The leading and trailing view's height can be customized up to 48px, but there is no limit on width.
+The height and width of the leading and trailing view's direct child can be customized within the text input layout. The height of these views can be adjusted up to 48px, but there is no limit on width.
{% tabs %}
@@ -140,9 +138,9 @@ inputLayout.InputView = new Entry();
{% endtabs %}
-
+
-## Leading and trailing view visibility customization
+## Leading and Trailing View Visibility Customization
The [`ShowLeadingView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ShowLeadingView) and [`ShowTrailingView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ShowTrailingView) properties in [`SfTextInputLayout`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html) can be used to control the visibility of the leading and trailing views respectively.
@@ -185,8 +183,8 @@ inputLayout.ShowTrailingView = false;
{% endtabs %}
-
+
-## See also
+## See Also
[How to align leading and trailing views](http://www.syncfusion.com/support/kb/11046/how-to-vertically-center-align-icons-in-leading-and-trailing-views)
diff --git a/Xamarin/Text-Input-Layout/Fixed-Hint-Position.md b/Xamarin/Text-Input-Layout/Fixed-Hint-Position.md
index 4bd253c79..3cfdf1f0b 100644
--- a/Xamarin/Text-Input-Layout/Fixed-Hint-Position.md
+++ b/Xamarin/Text-Input-Layout/Fixed-Hint-Position.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Fixed Hint Position in Xamarin Text Input Layout control | Syncfusion
-description: Learn here all about Fixed Hint Position support in Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control and more.
+title: Fixed Hint Position in Xamarin Text Input Layout Control | Syncfusion
+description: Learn about fixing the hint position in the Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control.
platform: xamarin
control: SfTextInputLayout
documentation: ug
@@ -9,14 +9,13 @@ documentation: ug
# Fixed Hint Position in Xamarin Text Input Layout (SfTextInputLayout)
-Hint label for the text input layout is fixed always at the top position. This helps users make the hint label floating even when the input view is not focused. It can be enabled by setting the `IsHintAlwaysFloated` property.
+The hint label for the text input layout is permanently positioned at the top. This ensures that the hint label floats even when the input view is not focused. You can enable this feature by setting the `IsHintAlwaysFloated` property.
->**NOTE**
-The default value of the `IsHintAlwaysFloated` is `false`.
+> **Note:** The default value of `IsHintAlwaysFloated` is `false`.
## Filled
-The hint label position of the input view will be set always at the top for the [Filled](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html) container type.
+The hint label position is consistently set at the top when using the [Filled](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html) container type.
{% tabs %}
@@ -49,7 +48,7 @@ inputLayout.InputView = new Entry();
## Outlined
-The hint label position of the input view will be set always at the top for the [Outlined](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html) container type.
+The hint label position is consistently set at the top for the [Outlined](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html) container type.
{% tabs %}
@@ -82,7 +81,7 @@ inputLayout.InputView = new Entry();
## None
-The hint label position of the input view will be set always at the top for the [None](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html) container type.
+The hint label position is consistently set at the top for the [None](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html) container type.
{% tabs %}
@@ -114,9 +113,8 @@ inputLayout.InputView = new Entry();

-## See also
+## See Also
-[How to customize the properties of outline border colors, hint name, helper text, error text, and char count](https://www.syncfusion.com/kb/11659/how-to-customize-the-properties-of-outline-border-colors-hint-name-helper-text-error-text)
-
-[How to customize the color of border and labels in SfTextInputLayout](https://www.syncfusion.com/kb/10466/how-to-customize-the-color-of-border-and-labels-in-sftextinputlayout)
+- [How to customize the properties of outline border colors, hint name, helper text, error text, and char count](https://www.syncfusion.com/kb/11659/how-to-customize-the-properties-of-outline-border-colors-hint-name-helper-text-error-text)
+- [How to customize the color of border and labels in SfTextInputLayout](https://www.syncfusion.com/kb/10466/how-to-customize-the-color-of-border-and-labels-in-sftextinputlayout)
diff --git a/Xamarin/Text-Input-Layout/Getting-Started.md b/Xamarin/Text-Input-Layout/Getting-Started.md
index 92d7421fc..af4f33f66 100644
--- a/Xamarin/Text-Input-Layout/Getting-Started.md
+++ b/Xamarin/Text-Input-Layout/Getting-Started.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Getting Started with Xamarin Text Input Layout control | Syncfusion
-description: Learn here about getting started with Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control, its elements and more.
+title: Getting Started with Xamarin Text Input Layout Control | Syncfusion
+description: Learn how to get started with the Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control, including its elements and configuration.
platform: xamarin
control: SfTextInputLayout
documentation: ug
@@ -9,11 +9,11 @@ documentation: ug
# Getting Started with Xamarin Text Input Layout (SfTextInputLayout)
-This section explains the steps required to configure the [Xamarin Text Input Layout](https://www.syncfusion.com/xamarin-ui-controls/xamarin-text-input-layout) (SfTextInputLayout) control with floating label.
+This section explains the steps required to configure the [Xamarin Text Input Layout](https://www.syncfusion.com/xamarin-ui-controls/xamarin-text-input-layout) (SfTextInputLayout) control with a floating label.
-## Assembly deployment
+## 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 required assemblies in the installation folders at `{Syncfusion Essential Studio Installed location}\Essential Studio\{Version #}\Xamarin\lib`. For example: `C:\Program Files (x86)\Syncfusion\Essential Studio\19.1.0.54\Xamarin\lib`.
E.g.: C:\Program Files (x86) \Syncfusion\Essential Studio\19.1.0.54\Xamarin\lib
@@ -76,7 +76,7 @@ N> If you are adding the references from toolbox, below steps are not needed.
### iOS
-To launch the text input layout in iOS, call the `SfTextInputLayoutRenderer.Init()` method in the FinishedLaunching overridden method of the AppDelegate class after the Xamarin.Forms framework has been initialized and before the `LoadApplication` method is called as demonstrated in the following code sample.
+To launch the text input layout in iOS, call the `SfTextInputLayoutRenderer.Init()` method in the FinishedLaunching overridden method of the AppDelegate class after the Xamarin.Forms framework has been initialized and before the `LoadApplication` method.
{% highlight C# %}
@@ -93,7 +93,7 @@ public override bool FinishedLaunching(UIApplication app, NSDictionary options)
### Universal Windows Platform (UWP)
-To deploy the text input layout in `Release` mode, initialize the core assemblies in the App.xaml.cs file in the UWP project as demonstrated in the following code samples.
+To deploy the text input layout in `Release` mode, initialize the core assemblies in the App.xaml.cs file in the UWP project as follows:
{% highlight C# %}
@@ -114,11 +114,11 @@ protected override void OnLaunched(LaunchActivatedEventArgs e)
### Android
-Android platform does not require any additional configuration to render the text input layout control.
+The Android platform does not require any additional configuration to render the text input layout control.
-## Initializing text input layout
+## Initializing Text Input Layout
-Import the [SfTextInputLayout](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html) control namespace in respective page as demonstrated in the following code sample.
+Import the [SfTextInputLayout](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html) control namespace in the respective page:
{% tabs %}
@@ -136,7 +136,7 @@ using Syncfusion.XForms.TextInputLayout;
{% endtabs %}
-Add any input view control such as [Entry](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/entry), [Editor](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/editor), [SfNumericTextBox](https://help.syncfusion.com/xamarin/numeric-entry/overview), [SfNumericUpDown](https://help.syncfusion.com/xamarin/numericupdown/overview), [SfMaskedEdit](https://help.syncfusion.com/xamarin/masked-entry/overview), [SfAutoComplete](https://help.syncfusion.com/xamarin/autocomplete/overview), [SfComboBox](https://help.syncfusion.com/xamarin/combobox/overview), [Picker](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/picker/),[DatePicker](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/datepicker) or [TimePicker](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/timepicker) and add hint label (floating label).
+Add any input view control, such as [Entry](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/entry), [Editor](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/editor), [SfNumericTextBox](https://help.syncfusion.com/xamarin/numeric-entry/overview), [SfNumericUpDown](https://help.syncfusion.com/xamarin/numericupdown/overview), [SfMaskedEdit](https://help.syncfusion.com/xamarin/masked-entry/overview), [SfAutoComplete](https://help.syncfusion.com/xamarin/autocomplete/overview), [SfComboBox](https://help.syncfusion.com/xamarin/combobox/overview), [Picker](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/picker/), [DatePicker](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/datepicker), or [TimePicker](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/timepicker), and add a hint label (floating label).
{% tabs %}
@@ -157,8 +157,8 @@ inputLayout.InputView = new Entry();
{% endtabs %}
-### Adding hint
-Floating label for the text input layout can be added by setting the [Hint](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_Hint) property. Visibility of the hint can be collapsed by setting the [ShowHint](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ShowHint) property to `false`. By default, this property is set to `true`.
+### Adding a Hint
+A floating label for the text input layout can be added by setting the [Hint](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_Hint) property. The visibility of the hint can be collapsed by setting the [ShowHint](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ShowHint) property to `false`. By default, this property is `true`.
{% tabs %}
@@ -181,18 +181,17 @@ inputLayout.InputView = new Entry();
{% endtabs %}
-When focusing the input view, the hint label will be moved to the top position; it will be returned to the original position when proceeding further (on unfocused) without entering any value.
+When the input view is focused, the hint label moves to the top position. It returns to the original position if the input view is unfocused without any value entered.
-The default translate animation for the hint can be disabled by setting the [EnableHintAnimation](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_EnableHintAnimation) property to `false`. Instead translate animation in hint, you can use the alpha animation by setting the [EnableFloating](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_EnableFloating) property to `false`.
+The default translation animation for the hint can be disabled by setting the [EnableHintAnimation](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_EnableHintAnimation) property to `false`. Instead of a translation animation, you can use an alpha animation by setting the [EnableFloating](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_EnableFloating) property to `false`.
-
-Run the project, and check if you get following output to make sure that the project has been configured properly to add the text input layout control.
+Run the project to see the output and ensure that the project has been configured properly to include the text input layout control.

-## Enabling password visibility toggle
+## Enabling Password Visibility Toggle
-The password visibility toggle is used to show or hide the visibility of characters in the input view added to the control. You can enable this toggle by setting the [EnablePasswordVisibilityToggle](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_EnablePasswordVisibilityToggle) property to `true`.
+The password visibility toggle is used to show or hide the characters in the input view. This feature can be enabled by setting the [EnablePasswordVisibilityToggle](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_EnablePasswordVisibilityToggle) property to `true`.
{% tabs %}
@@ -220,16 +219,13 @@ inputLayout.InputView = new Entry() { Text = "John" };


-N> Password visibility toggle can be enabled only for [Entry](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/entry) control.
-
-You can find the complete getting started sample from this [link.]( https://github.com/SyncfusionExamples/Getting-started-SfTextInputLayout-Xamarin)
-
-## See also
-
-[How to reduce the inner padding of SfTextInputLayout](https://support.syncfusion.com/kb/article/9553/how-to-reduce-the-inner-padding-of-xamarin-forms-text-input-layout)
+> **Note:** The password visibility toggle can be enabled only for the [Entry](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/entry) control.
-[How to switch the focus from SfTextInputLayout to the next focusable control](https://support.syncfusion.com/kb/article/10285/how-to-switch-the-focus-from-xamarin-forms-text-input-layout-to-the-next-focusable-control)
+You can find a complete getting started sample from this [link](https://github.com/SyncfusionExamples/Getting-started-SfTextInputLayout-Xamarin).
-[How to create a rounded corner SfTextInputLayout](https://support.syncfusion.com/kb/article/10202/how-to-create-a-rounded-corner-sftextinputlayout-in-xamarin-forms)
+## See Also
-[How to change the cursor color in SfTextInputLayout](https://support.syncfusion.com/kb/article/10066/how-to-change-the-cursor-color-in-xamarin-forms-text-input-layout)
+- [How to reduce the inner padding of SfTextInputLayout](https://support.syncfusion.com/kb/article/9553/how-to-reduce-the-inner-padding-of-xamarin-forms-text-input-layout)
+- [How to switch the focus from SfTextInputLayout to the next focusable control](https://support.syncfusion.com/kb/article/10285/how-to-switch-the-focus-from-xamarin-forms-text-input-layout-to-the-next-focusable-control)
+- [How to create a rounded corner SfTextInputLayout](https://support.syncfusion.com/kb/article/10202/how-to-create-a-rounded-corner-sftextinputlayout-in-xamarin-forms)
+- [How to change the cursor color in SfTextInputLayout](https://support.syncfusion.com/kb/article/10066/how-to-change-the-cursor-color-in-xamarin-forms-text-input-layout)
diff --git a/Xamarin/Text-Input-Layout/How-to.md b/Xamarin/Text-Input-Layout/How-to.md
index 3f14072a9..9b2e8a5ba 100644
--- a/Xamarin/Text-Input-Layout/How-to.md
+++ b/Xamarin/Text-Input-Layout/How-to.md
@@ -1,16 +1,16 @@
---
layout: post
-title: How to | SfTextInputLayout |Xamarin | Syncfusion
-description: Explains the text input layout customization
+title: How to Customize SfTextInputLayout in Xamarin | Syncfusion
+description: Learn how to customize the text input layout in Xamarin using SfTextInputLayout.
platform: Xamarin
control: SfTextInputLayout
documentation: ug
---
-# How to
-## Customize the thickness of stroke
+# How to Customize SfTextInputLayout
+## Customize the Thickness of the Stroke
-The border stroke width (for [Outlined](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html)) and line thickness (for [Filled](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html) and [None](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html)) can be customized based on the focus state of the input view by setting the [FocusedStrokeWidth](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_FocusedStrokeWidthProperty) and [UnfocusedStrokeWidth](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_UnfocusedStrokeWidthProperty) properties.
+The border stroke width for [Outlined](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html) and line thickness for [Filled](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html) or [None](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html) container types can be customized. This customization is based on the focus state of the input view by setting the [FocusedStrokeWidth](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_FocusedStrokeWidthProperty) and [UnfocusedStrokeWidth](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_UnfocusedStrokeWidthProperty) properties.
{% tabs %}
@@ -41,23 +41,17 @@ inputLayout.InputView = new Entry();
{% endtabs %}
-
+
-
+
-## Customize the font for input view
+## Customize the Font for Input View
-You can customize the font for the input view inside SfTextInputLayout using its properties.
-
-* [Entry](https://learn.microsoft.com/en-us/dotnet/api/xamarin.forms.entry?view=xamarin-forms#properties)
-
-* [Editor](https://learn.microsoft.com/en-us/dotnet/api/xamarin.forms.editor?view=xamarin-forms#properties)
-
-* [SfMaskedEdit](https://help.syncfusion.com/xamarin/sfmaskededit/visual-customization#setting-appearance-of-text)
-
-* [SfNumericTextBox](https://help.syncfusion.com/xamarin/sfnumerictextbox/font-settings)
-
-* [SfAutoComplete](https://help.syncfusion.com/xamarin/sfautocomplete/customizing-autocomplete)
-
-* [SfComboBox](https://help.syncfusion.com/xamarin/sfcombobox/customizing-combobox)
+You can customize the font for the input view inside SfTextInputLayout using the following control properties:
+- [Entry](https://learn.microsoft.com/en-us/dotnet/api/xamarin.forms.entry?view=xamarin-forms#properties)
+- [Editor](https://learn.microsoft.com/en-us/dotnet/api/xamarin.forms.editor?view=xamarin-forms#properties)
+- [SfMaskedEdit](https://help.syncfusion.com/xamarin/sfmaskededit/visual-customization#setting-appearance-of-text)
+- [SfNumericTextBox](https://help.syncfusion.com/xamarin/sfnumerictextbox/font-settings)
+- [SfAutoComplete](https://help.syncfusion.com/xamarin/sfautocomplete/customizing-autocomplete)
+- [SfComboBox](https://help.syncfusion.com/xamarin/sfcombobox/customizing-combobox)
diff --git a/Xamarin/Text-Input-Layout/Overview.md b/Xamarin/Text-Input-Layout/Overview.md
index 17b5153e2..e9c573775 100644
--- a/Xamarin/Text-Input-Layout/Overview.md
+++ b/Xamarin/Text-Input-Layout/Overview.md
@@ -1,29 +1,29 @@
---
layout: post
-title: About Xamarin Text Input Layout control | Syncfusion
-description: Learn here all about introduction of Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control, its elements and more.
+title: Overview of Xamarin Text Input Layout Control | Syncfusion
+description: Introduction to the Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control, its elements, and features.
platform: xamarin
control: SfTextInputLayout
documentation: ug
---
-# Xamarin Text Input Layout (SfTextInputLayout) Overview
+# Overview of Xamarin Text Input Layout (SfTextInputLayout)
-The text input layout control for Xamarin.Forms adds decorative elements such as floating labels, icons, and assistive labels on the top of input views such as [SfMaskedEdit](https://www.syncfusion.com/xamarin-ui-controls/masked-input-text), [SfNumericUpDown](https://www.syncfusion.com/xamarin-ui-controls/xamarin-numericupdown), [SfNumericTextBox](https://www.syncfusion.com/xamarin-ui-controls/numerictextbox), [SfAutoComplete](https://www.syncfusion.com/xamarin-ui-controls/xamarin-autocomplete), [SfComboBox](https://www.syncfusion.com/xamarin-ui-controls/xamarin-autocomplete), [Entry](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/entry), and [Editor](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/editor) controls.
+The Syncfusion Xamarin Text Input Layout control enhances input views by adding decorative elements such as floating labels, icons, and assistive labels. This control can be used with input views like [SfMaskedEdit](https://www.syncfusion.com/xamarin-ui-controls/masked-input-text), [SfNumericUpDown](https://www.syncfusion.com/xamarin-ui-controls/xamarin-numericupdown), [SfNumericTextBox](https://www.syncfusion.com/xamarin-ui-controls/numerictextbox), [SfAutoComplete](https://www.syncfusion.com/xamarin-ui-controls/xamarin-autocomplete), [SfComboBox](https://www.syncfusion.com/xamarin-ui-controls/xamarin-autocomplete), [Entry](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/entry), and [Editor](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/editor).
-
+
-## Key features
+## Key Features
-* Displays floating labels when the input view is focused.
-* Displays error labels.
-* Supports filled, outlined, and none container types.
-* Provides RTL support.
-* Provides options to reserve space for assistive labels.
-* Provides options to customize the thickness of stroke width and corner radius.
-* Provides options to customize padding around the input view.
-* Provides options to customize the font family, font size, and font attributes for hint, error, helper text, and counter label.
-* Displays leading and trailing icons.
-* Displays help labels.
-* Displays maximum character count.
-* Toggles password visibility.
\ No newline at end of file
+- Displays floating labels when the input view is focused.
+- Supports displaying error labels.
+- Supports filled, outlined, and none container types.
+- Provides Right-to-Left (RTL) support.
+- Offers options to reserve space for assistive labels.
+- Allows customization of stroke width thickness and corner radius.
+- Offers customization of padding around the input view.
+- Allows customization of font family, size, and attributes for hint, error, helper text, and counter labels.
+- Displays leading and trailing icons.
+- Displays help labels.
+- Shows maximum character count.
+- Toggle for password visibility.
diff --git a/Xamarin/Text-Input-Layout/States-And-Colors.md b/Xamarin/Text-Input-Layout/States-And-Colors.md
index ff597ce7f..489fcf891 100644
--- a/Xamarin/Text-Input-Layout/States-And-Colors.md
+++ b/Xamarin/Text-Input-Layout/States-And-Colors.md
@@ -1,7 +1,7 @@
---
layout: post
-title: States and Colors in Xamarin Text Input Layout control | Syncfusion
-description: Learn here all about States and Colors support in Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control and more.
+title: States and Colors in Xamarin Text Input Layout Control | Syncfusion
+description: Explore the states and color customization support in the Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control.
platform: xamarin
control: SfTextInputLayout
documentation: ug
@@ -9,14 +9,14 @@ documentation: ug
# States and Colors in Xamarin Text Input Layout (SfTextInputLayout)
-Based on the states, the colors will be applied to the hint labels and borders. So, when the input view is in focused state, the focused color will be applied; it is similar to other states also. The current hint color or active color can be obtained from the [CurrentActiveColor](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_CurrentActiveColor) property.
+The `SfTextInputLayout` control allows customization of hint labels and borders based on different states. For example, when the input view is in a focused state, the focused color is applied; similar behavior occurs in other states. The current hint color or active color can be accessed from the [CurrentActiveColor](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_CurrentActiveColor) property.
-N> Since error is not a state, the error color will not be set to [CurrentActiveColor](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_CurrentActiveColor) when [HasError](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_HasError) property is set to `true`.
+> **Note:** Since error is not a state, the error color will not be set to `CurrentActiveColor` when the [HasError](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_HasError) property is `true`.
-## Focused color
-When the input view is focused, the [FocusedColor](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_FocusedColor) property value will be applied to the hint label and border.
+## Focused Color
+When the input view is focused, the [FocusedColor](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_FocusedColor) property value is applied to the hint label and border.
-I> Cursor color of the input view will be same as the `Accent` color of the application in each platform.
+> **Info:** The cursor color of the input view will match the `Accent` color of the application on each platform.
{% tabs %}
@@ -45,10 +45,10 @@ inputLayout.InputView = new Entry() { Text = "John" };

-## Unfocused color
-When the input view is unfocused, the [UnfocusedColor](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_UnfocusedColor) property value will be applied to the hint label and border.
+## Unfocused Color
+When the input view is unfocused, the [UnfocusedColor](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_UnfocusedColor) property value is applied to the hint label and border.
-N> Thickness of the border will also vary between the focused and unfocused states.
+> **Note:** The thickness of the border also varies between the focused and unfocused states.
{% tabs %}
@@ -77,8 +77,8 @@ inputLayout.InputView = new Entry() { Text = "John" };

-## Error color
-The error color can also be customized by setting the [ErrorColor](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ErrorColor) property.
+## Error Color
+The error color can be customized by setting the [ErrorColor](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ErrorColor) property.
{% tabs %}
@@ -109,12 +109,12 @@ inputLayout.InputView = new Entry() { Text = "John/" };

-## Container color
-The color of the container can be customized by setting the [ContainerBackgroundColor](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ContainerBackgroundColor) property. It is applicable when the [ContainerType](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ContainerType) property is set to [Filled](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html) and [Outlined](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html).
+## Container Color
+The container color can be customized by setting the [ContainerBackgroundColor](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ContainerBackgroundColor) property. This applies when the [ContainerType](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ContainerType) is set to [Filled](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html) or [Outlined](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html).
### Filled
-The color of the container is customized when the [ContainerType](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ContainerType) is [Filled](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html).
+Customize the container color when the [ContainerType](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html) is [Filled](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html).
{% tabs %}
@@ -147,7 +147,7 @@ inputLayout.InputView = new Entry() { Text = "John" };
### Outlined
-The color of the container is customized when the [ContainerType](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ContainerType) is [Outlined](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html).
+Customize the container color when the [ContainerType](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html) is [Outlined](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.ContainerType.html).
{% tabs %}
@@ -176,11 +176,11 @@ inputLayout.InputView = new Entry() { Text = "John" };
{% endtabs %}
-
+
-## Disabled state
+## Disabled State
-The text input layout is disabled by setting the [IsEnabled](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_IsEnabled) property to `false`. The color of the container and other UI elements will also be changed to the disabled state, but its color cannot be customized.
+The text input layout can be disabled by setting the [IsEnabled](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_IsEnabled) property to `false`. The color of the container and other UI elements will change to the disabled state, but these colors cannot be customized.
{% tabs %}
@@ -207,9 +207,9 @@ inputLayout.InputView = new Entry();

-## Customizing the text color of label
+## Customizing the Text Color of Labels
-You can customize the text color of the [`hint`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_Hint) label, counter label, [`helper`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_HelperText) label and [`error`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ErrorText) label using the `Color` property of the [`LabelStyle`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.LabelStyle.html).
+The text color of the [`hint`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_Hint) label, counter label, [`helper`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_HelperText) label, and [`error`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_ErrorText) label can be customized using the `Color` property of the [`LabelStyle`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.LabelStyle.html).
{% tabs %}
@@ -263,12 +263,9 @@ You can customize the text color of the [`hint`](https://help.syncfusion.com/cr/

-## See also
+## See Also
-[How to validate with required verification in SfTextInputLayout](https://www.syncfusion.com/kb/11788/how-to-validate-with-required-verification-in-text-input-layout-in-xamarin-forms)
-
-[How to customize the properties of outline border colors, hint name, helper text, error text, and char count](https://www.syncfusion.com/kb/11659/how-to-customize-the-properties-of-outline-border-colors-hint-name-helper-text-error-text)
-
-[How to change the cursor color in SfTextInputLayout](https://www.syncfusion.com/kb/11608/how-to-change-the-cursor-color-in-xamarin-forms-text-input-layout)
-
-[How to customize the color of border and labels in SfTextInputLayout](https://www.syncfusion.com/kb/10466/how-to-customize-the-color-of-border-and-labels-in-sftextinputlayout)
+- [How to validate with required verification in SfTextInputLayout](https://www.syncfusion.com/kb/11788/how-to-validate-with-required-verification-in-text-input-layout-in-xamarin-forms)
+- [How to customize the properties of outline border colors, hint name, helper text, error text, and char count](https://www.syncfusion.com/kb/11659/how-to-customize-the-properties-of-outline-border-colors-hint-name-helper-text-error-text)
+- [How to change the cursor color in SfTextInputLayout](https://www.syncfusion.com/kb/11608/how-to-change-the-cursor-color-in-xamarin-forms-text-input-layout)
+- [How to customize the color of border and labels in SfTextInputLayout](https://www.syncfusion.com/kb/10466/how-to-customize-the-color-of-border-and-labels-in-sftextinputlayout)
diff --git a/Xamarin/Text-Input-Layout/Supported-input-views.md b/Xamarin/Text-Input-Layout/Supported-input-views.md
index 4a7d692eb..17a1f37d8 100644
--- a/Xamarin/Text-Input-Layout/Supported-input-views.md
+++ b/Xamarin/Text-Input-Layout/Supported-input-views.md
@@ -1,7 +1,7 @@
---
layout: post
title: Supported Input Views in Xamarin Text Input Layout | Syncfusion
-description: Learn here all about Supported Input Views support in Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control and more.
+description: Learn about Supported Input Views in Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control.
platform: xamarin
control: SfTextInputLayout
documentation: ug
@@ -9,11 +9,11 @@ documentation: ug
# Supported Input Views in Xamarin Text Input Layout (SfTextInputLayout)
-Input views can be added to the text input layout control by setting the [InputView](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_InputView) property. To reduce the XAML syntax, [InputView](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_InputView) property is applied with [ContentPropertyAttribute](https://learn.microsoft.com/en-us/dotnet/api/xamarin.forms.contentpropertyattribute?view=xamarin-forms).
+Input views can be integrated into the text input layout control by setting the [InputView](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html#Syncfusion_XForms_TextInputLayout_SfTextInputLayout_InputView) property. To reduce the XAML syntax complexity, the `InputView` property is designated with the [ContentPropertyAttribute](https://learn.microsoft.com/en-us/dotnet/api/xamarin.forms.contentpropertyattribute?view=xamarin-forms).
## Entry
-To enter a single line text input, add [Entry](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/entry).
+To allow single-line text input, utilize the [Entry](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/entry) control.
{% tabs %}
@@ -42,9 +42,7 @@ inputLayout.InputView = new Entry();
## Editor
-
-To enter multi-line text input, add [Editor](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/editor), and then set the `AutoSize` property to `TextChanges`.
-
+For multi-line text input, use the [Editor](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/editor) control and set the `AutoSize` property to `TextChanges`.
{% tabs %}
@@ -69,9 +67,9 @@ inputLayout.InputView = new Editor();

-## Masked edit
+## Masked Edit
-To initialize the masked edit control and launch it in each platform, refer to the [getting started with masked edit](https://help.syncfusion.com/xamarin/sfmaskededit/getting-started) documentation.
+To initialize the masked edit control and deploy it on each platform, refer to the [Masked Edit documentation](https://help.syncfusion.com/xamarin/sfmaskededit/getting-started).
{% tabs %}
@@ -100,9 +98,9 @@ inputLayout.InputView = new SfMaskedEdit() { Keyboard = Keyboard.Numeric, Mask =

-## Numeric text box
+## Numeric Text Box
-To initialize the numeric text box control and launch it in each platform, refer to the [getting started with numeric text box](https://help.syncfusion.com/xamarin/sfnumerictextbox/getting-started) documentation.
+For integrating the numeric text box control, refer to the [Numeric Text Box documentation](https://help.syncfusion.com/xamarin/sfnumerictextbox/getting-started).
{% tabs %}
@@ -129,13 +127,11 @@ inputLayout.InputView = new SfNumericTextBox() { Value = 123.45, FormatString="c
{% endtabs %}
+
-
-
-
-## Numeric up down
+## Numeric Up Down
-To initialize the numeric up down control and launch it in each platform, refer to the [getting started with numeric up down](https://help.syncfusion.com/xamarin/sfnumericupdown/getting-started) documentation.
+For deploying the numeric up-down control on each platform, refer to the [Numeric Up Down documentation](https://help.syncfusion.com/xamarin/sfnumericupdown/getting-started).
{% tabs %}
@@ -164,7 +160,7 @@ inputLayout.InputView = new SfNumericUpDown() { Value = 5};
## Autocomplete
-To initialize the Autocomplete control and launch it in each platform, refer to the [getting started with auto complete](https://help.syncfusion.com/xamarin/sfautocomplete/getting-started) documentation.
+To use the autocomplete control across platforms, refer to the [Autocomplete documentation](https://help.syncfusion.com/xamarin/sfautocomplete/getting-started).
{% tabs %}
@@ -204,9 +200,9 @@ inputLayout.InputView = autoComplete;

-## Combo box
+## Combo Box
-To initialize the ComboBox control and launch it in each platform, refer to the [getting started with combo box](https://help.syncfusion.com/xamarin/sfcombobox/getting-started) documentation.
+For initializing the ComboBox control on different platforms, refer to the [Combo Box documentation](https://help.syncfusion.com/xamarin/sfcombobox/getting-started).
{% tabs %}
@@ -245,11 +241,11 @@ inputLayout.InputView = combobox;

-N> Entry and Editor are the only input views supported by [`SfTextInputLayout`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html) in WPF platform.
+> **Note:** Entry and Editor are the only input views supported by [`SfTextInputLayout`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.TextInputLayout.SfTextInputLayout.html) on the WPF platform.
## Picker
-To pick an item from the list, add [Picker](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/picker/).
+To select an item from a list, use the [Picker](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/picker) control.
{% tabs %}
@@ -291,11 +287,11 @@ inputLayout.InputView = picker;
{% endtabs %}
-N> UWP and WPF will not support [`Xamarin.Forms Picker`](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/picker/) as input view of the text input layout.
+> **Note:** UWP and WPF platforms do not support [`Xamarin.Forms Picker`](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/picker) as an input view in the text input layout.
-## Date picker
+## Date Picker
-To select a date, add [DatePicker](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/datepicker).
+To select a date, use the [DatePicker](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/datepicker).
{% tabs %}
@@ -327,11 +323,11 @@ inputLayout.InputView = datePicker;
{% endtabs %}
-N> UWP and WPF will not support [`Xamarin.Forms DatePicker`](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/datepicker) as input view of the text input layout.
+> **Note:** UWP and WPF platforms do not support [`Xamarin.Forms DatePicker`](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/datepicker) as an input view in the text input layout.
-## Time picker
+## Time Picker
-To select a time, add [TimePicker](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/timepicker).
+To select a time, use the [TimePicker](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/timepicker).
{% tabs %}
@@ -358,4 +354,4 @@ inputLayout.InputView = timePicker;
{% endtabs %}
-N> UWP and WPF will not support [`Xamarin.Forms TimePicker`](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/timepicker) as input view of the text input layout.
+> **Note:** UWP and WPF platforms do not support [`Xamarin.Forms TimePicker`](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/timepicker) as an input view in the text input layout.
diff --git a/Xamarin/Text-Input-Layout/right-to-left.md b/Xamarin/Text-Input-Layout/right-to-left.md
index 552ea5cdb..b56528827 100644
--- a/Xamarin/Text-Input-Layout/right-to-left.md
+++ b/Xamarin/Text-Input-Layout/right-to-left.md
@@ -1,17 +1,17 @@
---
layout: post
-title: Right-to-Left in Xamarin Text Input Layout control | Syncfusion
-description: Learn here all about Right-to-Left support in Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control and more.
+title: Right-to-Left Support in Xamarin Text Input Layout Control | Syncfusion
+description: Learn about Right-to-Left support in the Syncfusion Xamarin Text Input Layout (SfTextInputLayout) control.
platform: xamarin
control: SfTextInputLayout
documentation: ug
---
-# Right-to-Left in Xamarin Text Input Layout (SfTextInputLayout)
+# Right-to-Left Support in Xamarin Text Input Layout (SfTextInputLayout)
-The TextInputLayout supports to change the flow of text to the right-to-left direction by setting the [FlowDirection](https://docs.microsoft.com/en-us/dotnet/api/xamarin.forms.visualelement.flowdirection?view=xamarin-forms#Xamarin_Forms_VisualElement_FlowDirection) to `RightToLeft`.
+The `SfTextInputLayout` supports changing the text flow direction to right-to-left by setting the [FlowDirection](https://docs.microsoft.com/en-us/dotnet/api/xamarin.forms.visualelement.flowdirection?view=xamarin-forms#Xamarin_Forms_VisualElement_FlowDirection) property to `RightToLeft`.
-N> A specific platform setup is required to enable the right-to-left localization. For platform settings, refer to this [documentation](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/localization/right-to-left#platform-setup).
+> **Note:** Specific platform setup is required to enable right-to-left localization. For platform settings, refer to this [documentation](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/localization/right-to-left#platform-setup).
{% tabs %}
{% highlight xaml %}