Migrating from Xamarin TextInputLayout to .NET MAUI TextInputLayout.
12 Jan 20231 minute to read
To migrate easier from Xamarin SfTextInputLayout to .NET MAUI SfTextInputLayout, we kept most of the APIs from Xamarin SfTextInputLayout in MAUI SfTextInputLayout. However, to maintain the consistency of API naming in MAUI SfTextInputLayout, we renamed some of the APIs. The APIs changed in MAUI SfTextInputLayout from Xamarin SfTextInputLayout as detailed in the following:
Namespaces
Xamarin SfTextInputLayout |
.NET MAUI SfTextInputLayout |
Syncfusion.SfTextInputLayout.XForms |
Syncfusion.Maui.Core |
Properties
Xamarin LabelStyle |
.NET MAUI LabelStyle |
Description |
Color
|
TextColor
|
Gets or sets the text color of the SfTextInputLayout controls label. |