NavigationPageDefaultProperties Members
Contains properties for this specific NavigationPage.Constructors
| Name | Description |
|---|---|
| NavigationPageDefaultProperties(IBaseNavigationPageProperties) | Initializes a new instance of the NavigationPageDefaultProperties class with the specified settings. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
See Also