Migrate from Xamarin.Forms
Overall, Telerik .NET MAUI Entry control preserves the same API as Xamarin.Forms Entry with a few changes and improvements listed below.
Xamarin Entry | .NET MAUI Entry |
---|---|
WatermarkText | Placeholder |
WatermarkTextColor | PlaceholderColor |
- | CharacterSpacing |
- | IsTextPredictionEnabled |
- | ReturnType |
- | ClearButtonVisibility |
CompletedCommand | ReturnCommand |
BorderStyle.BorderColor | BorderBrush |
BorderStyle.BorderThickness | BorderThickness |
BorderStyle.CornerRadius | CornerRadius |
- | ClearButtonColor |