ExtendClientAreaChromeHints Enumeration

Hint for Window Chrome when ClientArea is Extended.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[FlagsAttribute]
public enum ExtendClientAreaChromeHints

Members

NoChrome0 The will be no chrome at all.
SystemChrome1 Use SystemChrome
Default2 The default for the platform.
PreferSystemChrome2 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.
OSXThickTitleBar8 On OSX the titlebar is the thicker toolbar kind. Causes traffic lights to be positioned slightly lower than normal.

See Also