Sdílet prostřednictvím


NavigationPage.SetPrefersLargeTitles Metoda

Definice

Přetížení

SetPrefersLargeTitles(BindableObject, Boolean)

Nastaví chování předvoleb velkých nadpisů element na value.

SetPrefersLargeTitles(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean)

Nastaví chování předvoleb velkých nadpisů config na value.

SetPrefersLargeTitles(BindableObject, Boolean)

Nastaví chování předvoleb velkých nadpisů element na value.

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

Parametry

element
BindableObject

Prvek, jehož předvolba se má nastavit.

value
System.Boolean

Nové chování předvoleb velkých nadpisů.

Platí pro

SetPrefersLargeTitles(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean)

Nastaví chování předvoleb velkých nadpisů config na 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>

Parametry

config
IPlatformElementConfiguration<iOS,NavigationPage>

Prvek, jehož předvolba se má nastavit.

value
System.Boolean

Nové chování předvoleb velkých nadpisů.

Návraty

Platí pro