Skip to main content

DXFrame Members

Represents a frame with extended functionality.

Constructors

Name Description
DXFrame() Initializes a new instance of the DXFrame class with default settings.

Fields

Name Description
AllowCustomizingWindowTitleProperty static Identifies the DXFrame.AllowCustomizingWindowTitle dependency property.
HideBackButtonProperty static Identifies the DXFrame.HideBackButton dependency property.
IsMobileStatusBarVisibleProperty static Identifies the DXFrame.IsMobileStatusBarVisible dependency property.
MobileStatusBarBackgroundProperty static Identifies the DXFrame.MobileStatusBarBackground dependency property.
MobileStatusBarForegroundProperty static Identifies the DXFrame.MobileStatusBarForeground dependency property.
NavigationTypeProviderProperty static Identifies the DXFrame.NavigationTypeProvider dependency property.
SyncRequestedThemeWithThemeManagerProperty static Identifies the DXFrame.SyncRequestedThemeWithThemeManager dependency property.
ViewModelProperty static Identifies the DXFrame.ViewModel dependency property.
WindowTitleProperty static Identifies the DXFrame.WindowTitle dependency property.
WindowTitleSettingsProperty static Identifies the DXFrame.WindowTitleSettings dependency property.

Properties

Name Description
AllowCustomizingWindowTitle Gets or sets whether it is allowed to customize the window title. This is a dependency property.
HideBackButton Gets or sets whether the Back button is shown. This is a dependency property.
IsMobileStatusBarVisible Gets or sets whether the status bar for the window (app view) is shown. This is a dependency property.
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.
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.
NavigationTypeProvider Gets or sets the provider used to obtain types by their names. This is a dependency property.
SyncRequestedThemeWithThemeManager Gets or sets whether the frame’s RequestedTheme property value is synchronized with the ThemeManager.RequestedTheme property. This is a dependency property.
ViewModel Gets or sets the frame’s ViewModel. This is a dependency property.
WindowTitle Gets or sets the window title. This is a dependency property.
WindowTitleSettings Gets or sets the window title settings, such as the background and foreground colors. This is a dependency property.

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.
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