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 |
| ContentOnly | The content area renders within the title bar area. The |
| Full | The content area renders within the title bar area. The |
| None | The title bar area and content areas remain fully separate. The title bar renders its own background, while the |