Interface IRadTextInput
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
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
Thickness Padding { get; }
Property Value
Microsoft.
|
SelectionOnFocus
Gets a value that specifies the modification over the text selection when the control receives focus.
Declaration
SelectionOnFocus SelectionOnFocus { get; }
Property Value
Methods
GetTransformedText(String)
Gets the text with the set TextTransform.
Declaration
string GetTransformedText(string text)
Parameters
System. The text that will be transformed. |
Returns
System. The transformed text. |
TextChanging(String, String)
Occurs when the text in the entry starts to change, but before the Text property is updated.
Declaration
bool TextChanging(string oldText, string newText)
Parameters
System.
|
System.
|
Returns
System.
|