TitleBarOverlay Type
Constructors
| Constructor |
Description
|
Full Usage:
TitleBarOverlay(?color, ?symbolColor, ?height)
Parameters:
string
-
⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ✔ | MAS ❌ || The CSS color of
the Window Controls Overlay when enabled. Default is the system color.
?symbolColor : string
-
⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ✔ | MAS ❌ || The CSS color of
the symbols on the Window Controls Overlay when enabled. Default is the system color.
?height : int
-
The height of the title bar and Window Controls Overlay in pixels. Default is system height.
Returns: TitleBarOverlay
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.color
|
⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ✔ | MAS ❌ The CSS color of the Window Controls Overlay when enabled. Default is the system color. |
Full Usage:
this.height
|
The height of the title bar and Window Controls Overlay in pixels. Default is system height. |
Full Usage:
this.symbolColor
|
⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ✔ | MAS ❌ The CSS color of the symbols on the Window Controls Overlay when enabled. Default is the system color. |
fable-electron-docs-api