Entry.AdjustsFontSizeToFitWidth(IPlatformElementConfiguration<iOS,Entry>) メソッド

定義

入力コントロールがフォント サイズを自動的に調整するかどうかを示すブール値を返します。

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

パラメーター

config
IPlatformElementConfiguration<iOS,Entry>

操作を実行する要素を含むプラットフォーム固有の構成。

戻り値

Boolean

入力コントロールがフォント サイズを自動的に調整するかどうかを示すブール値。

適用対象