InterfaceIRadTextInput
Interface
Represents a text input control with extended functionality beyond the standard IEntry interface.
Definition
Namespace:Telerik.Maui
Assembly:Telerik.Maui.Core.dll
Syntax:
cs-api-definition
public interface IRadTextInput : IEntry, IView, IElement, ITransform, ITextInput, IText, ITextStyle, IPlaceholder, ITextAlignment
Properties
Padding
Gets a value that specifies the padding of the control.
Declaration
cs-api-definition
Thickness Padding { get; }
Property Value
Thickness
SelectionOnFocus
Gets a value that specifies the modification over the text selection when the control receives focus.
Declaration
cs-api-definition
SelectionOnFocus SelectionOnFocus { get; }
Property Value
Methods
GetTransformedText(string)
Gets the text with the set TextTransform.
TextChanging(string, string)
Occurs when the text in the entry starts to change, but before the Text property is updated.