NavigationPageDefaultProperties Properties
Contains properties for this specific NavigationPage.| Name | Description |
|---|---|
| AllowCustomHeaderButtonsGlyphSkinning | Gets or sets whether or not custom header buttons for this NavigationPage should colorize their icons with fore colors. |
| AllowHtmlDraw | Gets or sets whether or not this NavigationPage‘s caption can be formatted using HTML tags. |
| CanCustomHeaderButtonsGlyphSkinning | Returns whether or not the Glyph Skinning feature is currently enabled for this page. |
| CanHtmlDraw | Gets whether this page’s caption can currently be formatted using HTML tags. |
| CanShowCollapseButton | Gets whether or not this page should display its collapse button. |
| CanShowExpandButton | Gets whether or not this page can display its expand button. |
| ShowCollapseButton | Gets or sets whether or not this page should display its collapse button. |
| ShowExpandButton | Gets or sets whether or not this NavigationPage should display its expand button. |
See Also