ExtendClientAreaChromeHints Enumeration
Hint for Window Chrome when ClientArea is Extended.
Namespace: Avalonia.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[FlagsAttribute]
public enum ExtendClientAreaChromeHints
<FlagsAttribute>
Public Enumeration ExtendClientAreaChromeHints
[<FlagsAttribute>]
type ExtendClientAreaChromeHints
| NoChrome | 0 |
The will be no chrome at all.
|
| SystemChrome | 1 |
Use SystemChrome
|
| Default | 2 |
The default for the platform.
|
| PreferSystemChrome | 2 |
Use system chrome where possible. OSX system chrome is used, Windows managed chrome is used.
This is because Windows Chrome can not be shown on top of user content.
|
| OSXThickTitleBar | 8 |
On OSX the titlebar is the thicker toolbar kind. Causes traffic lights to be positioned
slightly lower than normal.
|