NavigationPage 类

定义

Appcompat 平台特定的导航页面。

public static class NavigationPage
type NavigationPage = class
继承
System.Object
NavigationPage

字段

BarHeightProperty

附加属性的后备存储,该属性可控制导航栏高度。

方法

GetBarHeight(BindableObject)

获取指定 element 的导航栏高度。

GetBarHeight(IPlatformElementConfiguration<Android,NavigationPage>)

获取指定 element 的导航栏高度。

SetBarHeight(BindableObject, Int32)

为元素设置新的栏高度值。

SetBarHeight(IPlatformElementConfiguration<Android,NavigationPage>, Int32)

为元素设置新的栏高度值,并返回流动 API 对象。

适用于