Skip to main content

ExtendClientAreaChromeHints Enumeration

Hint for Window Chrome when ClientArea is Extended.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

[FlagsAttribute]
public enum ExtendClientAreaChromeHints
View Source

Members

NoChrome0The will be no chrome at all.
SystemChrome1Use SystemChrome
Default2The default for the platform.
PreferSystemChrome2Use 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.
OSXThickTitleBar8On OSX the titlebar is the thicker toolbar kind. Causes traffic lights to be positioned slightly lower than normal.

See Also

Reference

Avalonia.Platform Namespace