Skip to content

FluentNavigationWindow class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.FluentNavigationWindow 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 FluentNavigationWindow
class FluentWindow
FluentWindow <|-- FluentNavigationWindow
class ISetNavigation {
    <>
}
ISetNavigation <|.. FluentNavigationWindow
class IUseNavigation {
    <>
}
IUseNavigation <|.. FluentNavigationWindow
class IAmBuilt {
    <>
}
IAmBuilt <|.. FluentNavigationWindow
class IActivatableView {
    <>
}
IActivatableView <|.. FluentNavigationWindow

Inherits from: FluentWindow

Implements: ISetNavigation, IUseNavigation, IAmBuilt, IActivatableView

Constructors

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

Properties

NameSummary
CanNavigateBackGets the can navigate back.
NavigateBackIsEnabledGets or sets a value indicating whether [navigate back is enabled].
TitleIconGets or sets the Source on this Image.
TitleContentGets or sets the content of the title.
TopContentGets or sets the content of the top.
BottomContentGets or sets the content of the bottom.
LeftContentGets or sets the content of the left.
RightContentGets or sets the content of the right.
TitleHeaderGets or sets the title header.
ShowMaximizeGets or sets a value indicating whether gets or sets information whether to show maximize button.
ShowMinimizeGets or sets a value indicating whether gets or sets information whether to show minimize button.
ShowHelpGets or sets a value indicating whether gets or sets information whether to show help button.
ShowCloseGets or sets a value indicating whether gets or sets information whether to show close button.
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.
static TitleIconPropertyThe TitleIcon property.
static TitleContentPropertyThe title content property.
static TopContentPropertyThe top content property.
static LeftContentPropertyThe left content property.
static RightContentPropertyThe right content property.
static BottomContentPropertyThe bottom content property.
static TitleHeaderPropertyThe title header property.
static ShowMaximizePropertyProperty for [ShowMaximize](#
static ShowMinimizePropertyProperty for [ShowMinimize](#
static ShowHelpPropertyProperty for [ShowHelp](#
static ShowClosePropertyProperty for [ShowClose](#

Methods

NameSummary
OnApplyTemplate

Derived types

Inherited members

See also