HamburgerMenuFrame Members
Represents a frame with two views; one view to display navigation commands using the built-in HamburgerMenu, and another view to display the navigated pages.Constructors
Name | Description |
---|---|
HamburgerMenuFrame() | Initializes a new instance of the HamburgerMenuFrame class with the default settings. |
HamburgerMenuFrame(Type) | Initializes a new instance of the HamburgerMenuFrame class with the specified settings. |
Fields
Properties
Name | Description |
---|---|
AllowCustomizingWindowTitle | Gets or sets whether it is allowed to customize the window title. This is a dependency property. Inherited from DXFrame. |
HideBackButton | Gets or sets whether the Back button is shown. This is a dependency property. Inherited from DXFrame. |
IsMobileStatusBarVisible | Gets or sets whether the status bar for the window (app view) is shown. This is a dependency property. Inherited from DXFrame. |
MobileStatusBarBackground | Gets or sets the background color of the status bar. The alpha channel of the color is not used. This is a dependency property. Inherited from DXFrame. |
MobileStatusBarForeground | Gets or sets the foreground color of the status bar. The alpha channel of the color is not used. This is a dependency property. Inherited from DXFrame. |
NavigationTypeProvider | Gets or sets the provider used to obtain types by their names. This is a dependency property. Inherited from DXFrame. |
SyncRequestedThemeWithThemeManager | Gets or sets whether the frame’s RequestedTheme property value is synchronized with the ThemeManager.RequestedTheme property. This is a dependency property. Inherited from DXFrame. |
ViewModel | Gets or sets the frame’s ViewModel. This is a dependency property. Inherited from DXFrame. |
WindowTitle | Gets or sets the window title. This is a dependency property. Inherited from DXFrame. |
WindowTitleSettings | Gets or sets the window title settings, such as the background and foreground colors. This is a dependency property. Inherited from DXFrame. |
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. |
ProcessBackButton(BackRequestedEventArgs) | Obsolete. This method is obsolete. Inherited from DXFrame. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also