Entry.AdjustsFontSizeToFitWidth Method

Definition

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

public static bool AdjustsFontSizeToFitWidth (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Entry> config);
static member AdjustsFontSizeToFitWidth : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Entry> -> bool

Parameters

config
IPlatformElementConfiguration<iOS,Entry>

The platform specific configuration that contains the element on which to perform the operation.

Returns

System.Boolean

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

Applies to