Share via


Page.LargeTitleDisplay(IPlatformElementConfiguration<iOS,Page>) Method

Definition

Returns a value that describes the large title behavior preference of config.

public static Xamarin.Forms.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode LargeTitleDisplay (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Page> config);
static member LargeTitleDisplay : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Page> -> Xamarin.Forms.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode

Parameters

config
IPlatformElementConfiguration<iOS,Page>

The element whose large title preferences to return.

Returns

A value that describes the large title behavior preference of config.

Applies to