ExtendClientAreaChromeHints Enumeration
Hint for Window Chrome when ClientArea is Extended.
Definition
Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
[FlagsAttribute]
public enum ExtendClientAreaChromeHints
<FlagsAttribute>
Public Enumeration ExtendClientAreaChromeHints
[<FlagsAttribute>]
type ExtendClientAreaChromeHints
Members
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. |