NavigationPage.SetPrefersLargeTitles Method

Definition

Overloads

SetPrefersLargeTitles(BindableObject, Boolean)

Sets the large title preference behavior of element to value.

SetPrefersLargeTitles(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean)

Sets the large title preference behavior of config to value.

SetPrefersLargeTitles(BindableObject, Boolean)

Sets the large title preference behavior of element to value.

public static void SetPrefersLargeTitles (Xamarin.Forms.BindableObject element, bool value);
static member SetPrefersLargeTitles : Xamarin.Forms.BindableObject * bool -> unit

Parameters

element
BindableObject

The element whose preference to set.

value
Boolean

The new large title preference behavior.

Applies to

SetPrefersLargeTitles(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean)

Sets the large title preference behavior of config to value.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> SetPrefersLargeTitles (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> config, bool value);
static member SetPrefersLargeTitles : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.NavigationPage> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.NavigationPage>

Parameters

config
IPlatformElementConfiguration<iOS,NavigationPage>

The element whose preference to set.

value
Boolean

The new large title preference behavior.

Returns

Applies to