Class RadTextInput
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadTextInput : RadView, IRadTextInput, IView, IElement, ITransform
Constructors
RadTextInput()
Declaration
public RadTextInput()
Fields
ClearButtonColorProperty
Identifies the ClearButtonColor bindable property.
Declaration
public static readonly BindableProperty ClearButtonColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ClearButtonVisibilityProperty
Identifies the ClearButtonVisibility bindable property.
Declaration
public static readonly BindableProperty ClearButtonVisibilityProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CornerRadiusProperty
Identifies the CornerRadius bindable property.
Declaration
public static readonly BindableProperty CornerRadiusProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FontFamilyProperty
Identifies the FontFamily bindable property.
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FontSizeProperty
Identifies the FontSize bindable property.
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HoveredClearButtonColorProperty
Identifies the HoveredClearButtonColor bindable property.
Declaration
public static readonly BindableProperty HoveredClearButtonColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
PlaceholderProperty
Identifies the Placeholder bindable property.
Declaration
public static readonly BindableProperty PlaceholderProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
PressedClearButtonColorProperty
Identifies the PressedClearButtonColor bindable property.
Declaration
public static readonly BindableProperty PressedClearButtonColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextColorProperty
Identifies the TextColor bindable property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ClearButtonColor
Gets or sets the color of the clear button.
Declaration
public Color ClearButtonColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
Implements
ClearButtonVisibility
Gets or sets a value indicating when the clear-button (the button that clears the text when pressed) should be displayed.
Declaration
public ClearButtonVisibility ClearButtonVisibility { get; set; }
Property Value
Microsoft.Maui.ClearButtonVisibility
|
Implements
CornerRadius
Gets or sets the corner radius.
Declaration
public CornerRadius CornerRadius { get; set; }
Property Value
Microsoft.Maui.CornerRadius
|
Implements
FontFamily
Gets or sets the font family of the text-area.
Declaration
public string FontFamily { get; set; }
Property Value
System.String
|
Implements
FontSize
Gets or sets the font size.
Declaration
public double FontSize { get; set; }
Property Value
System.Double
|
Implements
HoveredClearButtonColor
Gets or sets the color of the clear button when hovered.
Declaration
public Color HoveredClearButtonColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
Implements
Placeholder
Gets or sets the placeholder (watermark) text.
Declaration
public string Placeholder { get; set; }
Property Value
System.String
|
PressedClearButtonColor
Gets or sets the color of the clear button when pressed.
Declaration
public Color PressedClearButtonColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
Implements
TextColor
Gets or sets the text color.
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
Implements
Explicit Interface Implementations
IRadTextInput.Placeholder
Declaration
string IRadTextInput.Placeholder { get; }
Returns
System.String
|