NavigationPage Class

Definition

Appcompat platform specific navigation page.

public ref class NavigationPage abstract sealed
public static class NavigationPage
type NavigationPage = class
Public Module NavigationPage
Inheritance
NavigationPage

Fields

BarHeightProperty

Bindable property for attached property BarHeight.

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