In This Article

WindowChromeTitleBarMergeKind Enum

Specifies how a window's content area can be merged into its title bar area when using WindowChrome.

public enum WindowChromeTitleBarMergeKind

Fields

Name Description
BackgroundOnly

The title bar area and content areas remain separate. However the Window.Background brush renders both the title bar area and content area backgrounds.

ContentOnly

The content area renders within the title bar area. The Window.Background brush continues to only render outside of the title bar, allowing the title bar to render like normal, but with the content area elements overlaying it.

Full

The content area renders within the title bar area. The Window.Background brush renders both the title bar area and content area backgrounds.

None

The title bar area and content areas remain fully separate. The title bar renders its own background, while the Window.Background brush renders the content area background.