ChromedDecorations Enum
Defines the decorations of a Window (e.g., titlebar, border) that should apply custom chrome.
public enum ChromedDecorations
Fields
| Name | Description |
|---|---|
| Full | Apply custom chrome to all supported decorations. |
| None | No custom chrome should be applied. |
| TitleBarOnly | Apply custom chrome only to the titlebar. |
| TitleBarOnlyPreferred | When supported, apply custom chrome only to the titlebar. Otherwise, full custom chrome is applied. |