NavigationWindow class¶
Defined in
Namespace: ReactiveMarbles.ViewModel.Wpf
Assembly: ReactiveMarbles.ViewModel.Wpf.dll
Full name: ReactiveMarbles.ViewModel.Wpf.NavigationWindow
Modifiers: public
Summary¶
Navigation Window.
Applies to
net8.0-windows10.0.19041
Class hierarchy
classDiagram
class NavigationWindow
class Window
Window <|-- NavigationWindow
class ISetNavigation {
<>
}
ISetNavigation <|.. NavigationWindow
class IUseNavigation {
<>
}
IUseNavigation <|.. NavigationWindow
Inherits from: Window
Implements: ISetNavigation, IUseNavigation
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [NavigationWindow](# class. |
Properties¶
| Name | Summary |
|---|---|
| CanNavigateBack | Gets the can navigate back. |
| NavigateBackIsEnabled | Gets or sets a value indicating whether [navigate back is enabled]. |
| NavigationFrame | Gets the navigation frame. |
Fields¶
| Name | Summary |
|---|---|
| static NavigateBackIsEnabledProperty | The navigate back is enabled property. |
| static NavigationFrameProperty | The navigation frame property. |
Methods¶
| Name | Summary |
|---|---|
| OnApplyTemplate |