In This Article

WindowTitleBarBackgroundKind Enum

Specifies the kind of a window title bar background.

public enum WindowTitleBarBackgroundKind

Fields

Name Description
Accent

An accent color. The active and inactive window title bar background colors are the same.

AccentWithDimming

An accent color. The inactive window title bar background color is a desaturated version of the active window title bar background color.

ThemeMinimum

The minimum theme color, which is white in lighter themes and near black in darker themes. The active and inactive window title bar background colors are the same.

Window

The window background color, allowing the title bar to seamlessly transition to the window content. The active and inactive window title bar background colors are the same.