Skip to content

FluentWindow class

Attributes: [ToolboxItem(true)] [ToolboxBitmap]

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.FluentWindow Modifiers: public

Summary

        A custom WinUI Window with more convenience methods.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class FluentWindow
class Window
Window <|-- FluentWindow
class ICanShowMessages {
    <>
}
ICanShowMessages <|.. FluentWindow

Inherits from: Window

Implements: ICanShowMessages

Constructors

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

Properties

NameSummary
WindowCornerPreferenceGets or sets a value determining corner preference for current [Window](#
WindowBackdropTypeGets or sets a value determining preferred backdrop type for current [Window](#
ExtendsContentIntoTitleBarGets or sets a value indicating whether gets or sets a value that specifies whether the default title bar of the window should be hidden to create space for app content.
InteropHelperGets contains helper for accessing this window handle.

Fields

NameSummary
static WindowCornerPreferencePropertyProperty for [WindowCornerPreference](#
static WindowBackdropTypePropertyProperty for [WindowBackdropType](#
static ExtendsContentIntoTitleBarPropertyProperty for [ExtendsContentIntoTitleBar](#

Methods

NameSummary
OnSourceInitialized
OnCornerPreferenceChangedThis virtual method is called when [WindowCornerPreference](# is changed.
OnBackdropTypeChangedThis virtual method is called when [WindowBackdropType](# is changed.
OnExtendsContentIntoTitleBarChangedThis virtual method is called when [ExtendsContentIntoTitleBar](# is changed.

Derived types

Inherited members