Sdílet prostřednictvím


NavigationPage.GetBarHeight Metoda

Definice

Přetížení

GetBarHeight(BindableObject)

Získá výšku navigačního panelu pro zadaný element.

GetBarHeight(IPlatformElementConfiguration<Android,NavigationPage>)

Získá výšku navigačního panelu pro zadaný element.

GetBarHeight(BindableObject)

Získá výšku navigačního panelu pro zadaný element.

public static int GetBarHeight (Xamarin.Forms.BindableObject element);
static member GetBarHeight : Xamarin.Forms.BindableObject -> int

Parametry

element
BindableObject

Prvek, jehož výška pruhu se má získat.

Návraty

System.Int32

Nová výška pruhu.

Platí pro

GetBarHeight(IPlatformElementConfiguration<Android,NavigationPage>)

Získá výšku navigačního panelu pro zadaný element.

public static int GetBarHeight (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.NavigationPage> config);
static member GetBarHeight : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.NavigationPage> -> int

Parametry

config
IPlatformElementConfiguration<Android,NavigationPage>

Konfigurace platformy pro prvek, jehož výška pruhu se má získat.

Návraty

System.Int32

Nová výška pruhu.

Platí pro