You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
# How to customize TextInputLayout appearance
2
2
This demo sample explains how to customize TextInputLayout appearance
3
-
# Adding SfTextInputLayout reference
3
+
##Adding SfTextInputLayout reference
4
4
You can add SfTextInputLayout reference using one of the following methods:
5
5
6
-
## Method 1: Adding SfTextInputLayout reference from nuget.org
6
+
###Method 1: Adding SfTextInputLayout reference from nuget.org
7
7
8
8
Syncfusion Xamarin components are available in nuget.org. To add SfTextInputLayout to your project, open the NuGet package manager in Visual Studio, search for Syncfusion.Xamarin.Core, and then install it.
9
9
10
10
11
-
## Method 2: Adding SfTextInputLayout reference from toolbox
11
+
###Method 2: Adding SfTextInputLayout reference from toolbox
12
12
13
13
Syncfusion also provides Xamarin Toolbox. Using this toolbox, you can drag the Xamarin Text Input Layout (SfTextInputLayout) 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.
14
14
15
-
## Method 3: Adding SfTextInputLayout assemblies manually from the installed location
15
+
###Method 3: Adding SfTextInputLayout assemblies manually from the installed location
16
16
17
17
If you prefer to manually reference the assemblies instead referencing from NuGet, add the following assemblies in respective projects.
18
18
19
-
# Initializing text input layout
19
+
##Initializing text input layout
20
20
Import the SfTextInputLayout control namespace in respective page as demonstrated in the following code sample.
21
21
22
22
**[XAML]**
@@ -41,7 +41,7 @@ var inputLayout = new SfTextInputLayout();
41
41
inputLayout.InputView = new Entry();
42
42
```
43
43
44
-
# How to customize the properties of (outline border colors, hint name, helper text, error text, and char count) of TextInputLayout in Xamarin.Forms
44
+
##How to customize the properties of (outline border colors, hint name, helper text, error text, and char count) of TextInputLayout in Xamarin.Forms
45
45
Color customization of outline border can be achieved by setting respective color for FocusedColor (focussed state) and UnfocusedColor (unfocussed state) properties of SfTextInputLayout as shown in below code snippet.
0 commit comments