Microsoft.UI.Windowing Namespace

Provides support for creating and managing the windows associated with an app.

Classes

AppWindow

Represents a system-managed container for the content of an app.

AppWindowChangedEventArgs

Provides data for the AppWindow.Changed event.

AppWindowClosingEventArgs

Provides data for the AppWindow.Closing event.

AppWindowPresenter

Displays an app window using a pre-defined configuration appropriate for the type of window.

AppWindowTitleBar

Represents the title bar of an app window.

CompactOverlayPresenter

Displays an app window using a CompactOverlay (picture-in-picture) configuration.

DisplayArea

Represents the area of a display in which a view is able to be shown to a user.

DisplayAreaWatcher

Enumerates display areas and raises events when the collection of display areas or the configuration of an individual DisplayArea changes.

FullScreenPresenter

Displays an app window using a full-screen configuration.

OverlappedPresenter

Displays an app window using an overlapped configuration.

Enums

AppWindowPresenterKind

Defines constants that specify the kind of presenter the app window uses.

CompactOverlaySize

Defines constants that specify the size of a window in CompactOverlay mode.

DisplayAreaFallback

Defines constants that specify which DisplayArea to use if no DisplayArea intersects with the given parameter.

DisplayAreaWatcherStatus

Defines constants that specify the status of a DisplayAreaWatcher.

IconShowOptions

Defines constants that specify options for showing the window icon in the title bar.

OverlappedPresenterState

Defines constants that specify the state of a window in overlapped mode.

TitleBarHeightOption

Defines constants that specify the preferred height of an app window title bar.

See also