Entry Class

Definition

The entry instance that Microsoft.Maui.Controls created on the iOS platform.

public ref class Entry abstract sealed
public static class Entry
type Entry = class
Public Module Entry
Inheritance
Entry

Remarks

Developers can use this platform-specific instance to control whether text in the entry instance will be resized to fit the available width. If font size adjustment is turned on, the control will progressively reduce the font sized down to a minimum value as the user enters text.

Fields

Name Description
AdjustsFontSizeToFitWidthProperty

Bindable property for AdjustsFontSizeToFitWidth(IPlatformElementConfiguration<iOS,Entry>).

CursorColorProperty

Bindable property for attached property CursorColor.

Methods

Name Description
AdjustsFontSizeToFitWidth(IPlatformElementConfiguration<iOS,Entry>)

Returns a Boolean value that tells whether the entry control automatically adjusts the font size.

DisableAdjustsFontSizeToFitWidth(IPlatformElementConfiguration<iOS,Entry>)

Disables automatic font size adjustment on the platform-specific element.

EnableAdjustsFontSizeToFitWidth(IPlatformElementConfiguration<iOS,Entry>)

Enables automatic font size adjustment on the platform-specific element.

GetAdjustsFontSizeToFitWidth(BindableObject)

Returns a Boolean value that tells whether the entry control automatically adjusts the font size of text that the user enters.

GetCursorColor(BindableObject)

Gets the cursor (caret) color for the Entry on iOS.

GetCursorColor(IPlatformElementConfiguration<iOS,Entry>)

Gets the cursor (caret) color for the Entry on iOS.

SetAdjustsFontSizeToFitWidth(BindableObject, Boolean)

Sets whether the Entry automatically adjusts font size to fit the width on iOS.

SetAdjustsFontSizeToFitWidth(IPlatformElementConfiguration<iOS,Entry>, Boolean)

Sets whether the Entry automatically adjusts font size to fit the width on iOS.

SetCursorColor(BindableObject, Color)

Sets the cursor (caret) color for the Entry on iOS.

SetCursorColor(IPlatformElementConfiguration<iOS,Entry>, Color)

Sets the cursor (caret) color for the Entry on iOS.

Applies to