Sdílet prostřednictvím


NavigationPage.SetBarHeight Metoda

Definice

Přetížení

SetBarHeight(BindableObject, Int32)

Nastaví novou hodnotu výšky pruhu pro prvek .

SetBarHeight(IPlatformElementConfiguration<Android,NavigationPage>, Int32)

Nastaví novou hodnotu výšky pruhu pro element a vrátí objekt fluid api.

SetBarHeight(BindableObject, Int32)

Nastaví novou hodnotu výšky pruhu pro prvek .

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

Parametry

element
BindableObject

Prvek, jehož výšku pruhu chcete nastavit.

value
System.Int32

Nová hodnota výšky pruhu

Platí pro

SetBarHeight(IPlatformElementConfiguration<Android,NavigationPage>, Int32)

Nastaví novou hodnotu výšky pruhu pro element a vrátí objekt fluid api.

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

Parametry

config
IPlatformElementConfiguration<Android,NavigationPage>

Konfigurace platformy pro prvek, jehož výšku pruhu chcete nastavit.

value
System.Int32

Nová hodnota výšky pruhu

Návraty

Fluent objekt, na kterém může vývojář provádět další volání metod.

Platí pro