NavigationPage.SetBarHeight Method

Definition

Overloads

SetBarHeight(BindableObject, Int32)

Sets the new bar height value for the element.

SetBarHeight(IPlatformElementConfiguration<Android,NavigationPage>, Int32)

Sets the new bar height value for the element and returns a fluid API object.

SetBarHeight(BindableObject, Int32)

Sets the new bar height value for the element.

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

Parameters

element
BindableObject

The element whose bar height to set.

value
System.Int32

The new bar height value.

Applies to

SetBarHeight(IPlatformElementConfiguration<Android,NavigationPage>, Int32)

Sets the new bar height value for the element and returns a fluid API object.

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>

Parameters

config
IPlatformElementConfiguration<Android,NavigationPage>

The platform configuration for the element whose bar height to set.

value
System.Int32

The new bar height value.

Returns

A fluent object on which the developer may make further method calls.

Applies to