Interface IRadTextInput
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public interface IRadTextInput : IView, IElement, ITransform
Properties
ClearButtonColor
Gets the color of the clear button.
Declaration
Color ClearButtonColor { get; }
Property Value
Microsoft.Maui.Graphics.Color
|
ClearButtonVisibility
Gets a value indicating when the clear-button (the button that clears the text when pressed) should be displayed.
Declaration
ClearButtonVisibility ClearButtonVisibility { get; }
Property Value
Microsoft.Maui.ClearButtonVisibility
|
CornerRadius
Gets the corner radius.
Declaration
CornerRadius CornerRadius { get; }
Property Value
Microsoft.Maui.CornerRadius
|
FontFamily
Gets the font family of the text-area.
Declaration
string FontFamily { get; }
Property Value
System.String
|
FontSize
Gets the font size.
Declaration
double FontSize { get; }
Property Value
System.Double
|
HoveredClearButtonColor
Gets the color of the clear button when hovered.
Declaration
Color HoveredClearButtonColor { get; }
Property Value
Microsoft.Maui.Graphics.Color
|
Placeholder
Gets the placeholder (watermark) text.
Declaration
string Placeholder { get; }
Property Value
System.String
|
PressedClearButtonColor
Gets the color of the clear button when pressed.
Declaration
Color PressedClearButtonColor { get; }
Property Value
Microsoft.Maui.Graphics.Color
|
TextColor
Gets the text color.
Declaration
Color TextColor { get; }
Property Value
Microsoft.Maui.Graphics.Color
|