Entry Class

Definition

The entry instance that Xamarin.Forms created on the iOS platform.

public static class Entry
type Entry = class
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

AdjustsFontSizeToFitWidthProperty

Backing store for the attached property that controls whether the entry control automatically adjusts the font size.

CursorColorProperty

Backing store for the attached property that controls the color of the cursor.

Methods

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 color of the cursor.

GetCursorColor(IPlatformElementConfiguration<iOS,Entry>)

Gets the color of the cursor.

SetAdjustsFontSizeToFitWidth(BindableObject, Boolean)

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

SetAdjustsFontSizeToFitWidth(IPlatformElementConfiguration<iOS,Entry>, Boolean)

Sets a Boolean value that tells whether automatic font size adjusmtent is enabled on the element.

SetCursorColor(BindableObject, Color)

Sets the color of the cursor.

SetCursorColor(IPlatformElementConfiguration<iOS,Entry>, Color)

Sets the color of the cursor and returns a fluent object.

Applies to