Skip to content

NavigationWindow class

Defined in

Namespace: CrissCross.WPF Assembly: CrissCross.WPF.dll Full name: CrissCross.WPF.NavigationWindow Modifiers: public

Summary

View source

        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

NameSummary
.ctorInitializes a new instance of the [NavigationWindow](# class.

Properties

NameSummary
CanNavigateBackGets the can navigate back.
NavigateBackIsEnabledGets or sets a value indicating whether [navigate back is enabled].
NavigationFrameGets the navigation frame.
TransitionGets or sets the transition.

Fields

NameSummary
static NavigateBackIsEnabledPropertyThe navigate back is enabled property.
static NavigationFramePropertyThe navigation frame property.
static TransitionPropertyThe transition property.

Methods

NameSummary
OnApplyTemplate

Derived types

Inherited members

See also