Page.SetLargeTitleDisplay Method

Definition

Overloads

SetLargeTitleDisplay(BindableObject, LargeTitleDisplayMode)

Sets the large title display preferences of element to value.

SetLargeTitleDisplay(IPlatformElementConfiguration<iOS,Page>, LargeTitleDisplayMode)

Sets the large title display preferences of config to value.

SetLargeTitleDisplay(BindableObject, LargeTitleDisplayMode)

Sets the large title display preferences of element to value.

public static void SetLargeTitleDisplay (Xamarin.Forms.BindableObject element, Xamarin.Forms.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode value);
static member SetLargeTitleDisplay : Xamarin.Forms.BindableObject * Xamarin.Forms.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode -> unit

Parameters

element
BindableObject

The element whose large title display preference to set.

value
LargeTitleDisplayMode

The new large title display preferences.

Applies to

SetLargeTitleDisplay(IPlatformElementConfiguration<iOS,Page>, LargeTitleDisplayMode)

Sets the large title display preferences of config to value.

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

Parameters

config
IPlatformElementConfiguration<iOS,Page>

The element whose large title display preference to set.

value
LargeTitleDisplayMode

The new large title display preferences.

Returns

IPlatformElementConfiguration<iOS,Page>

The updated configuration object on which developers can make successive method calls.

Applies to