NavigationWindow class¶
Defined in
Namespace: CrissCross.WPF
Assembly: CrissCross.WPF.dll
Full name: CrissCross.WPF.NavigationWindow
Modifiers: public
Summary¶
Navigation Window.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class NavigationWindow
class Window
Window <|-- NavigationWindow
class ISetNavigation {
<>
}
ISetNavigation <|.. NavigationWindow
class IUseNavigation {
<>
}
IUseNavigation <|.. NavigationWindow
class IAmBuilt {
<>
}
IAmBuilt <|.. NavigationWindow
class IActivatableView {
<>
}
IActivatableView <|.. NavigationWindow
Inherits from: Window
Implements: ISetNavigation, IUseNavigation, IAmBuilt, IActivatableView
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. |
| Transition | Gets or sets the transition. |
Fields¶
| Name | Summary |
|---|---|
| static NavigateBackIsEnabledProperty | The navigate back is enabled property. |
| static NavigationFrameProperty | The navigation frame property. |
| static TransitionProperty | The transition property. |
Methods¶
| Name | Summary |
|---|---|
| OnApplyTemplate |