NavigationPage Class

Definition

Appcompat platform specific navigation page.

public static class NavigationPage
type NavigationPage = class
Inheritance
NavigationPage

Fields

BarHeightProperty

Backing store for the attached property that controls the height of the navigation bar.

Methods

GetBarHeight(BindableObject)

Gets the navigation bar height for the specified element.

GetBarHeight(IPlatformElementConfiguration<Android,NavigationPage>)

Gets the navigation bar height for the specified element.

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.

Applies to