Skip to main content
A newer version of this page is available. .

DXFrame Properties

Represents a frame with extended functionality.
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.
See Also