Summary
Hint for Window Chrome when ClientArea is Extended.
- Namespace
- Avalonia
.Platform - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["ExtendClientAreaChromeHints"]
class Type type-node
Syntax
[Flags]
public enum ExtendClientAreaChromeHints
Attributes
Type | Description |
---|---|
FlagsAttribute |
Fields
Name | Constant Value | Summary |
---|---|---|
Default | 2 |
The default for the platform.
static
|
NoChrome | 0 |
The will be no chrome at all.
static
|
OSXThickTitleBar | 8 |
On OSX the titlebar is the thicker toolbar kind. Causes traffic lights to be positioned
slightly lower than normal.
static
|
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 ontop of user content.
static
|
SystemChrome | 1 |
Use SystemChrome
static
|