Header menu logo fable-electron-docs-api

TitleBarStyle Type

Union cases

Union case Description

CustomButtonsOnHover

Full Usage: CustomButtonsOnHover

Results in a hidden title bar and a full size content window, the traffic light buttons will display when being hovered over in the top left of the window. Note: This option is currently experimental.

Default

Full Usage: Default

Results in the standard title bar for macOS or Windows respectively.

Hidden

Full Usage: Hidden

Results in a hidden title bar and a full size content window. On macOS, the window still has the standard window controls (“traffic lights”) in the top left. On Windows and Linux, when combined with titleBarOverlay: true it will activate the Window Controls Overlay (see titleBarOverlay for more information), otherwise no window controls will be shown.

HiddenInset

Full Usage: HiddenInset

Results in a hidden title bar with an alternative look where the traffic light buttons are slightly more inset from the window edge.

Instance members

Instance member Description

this.IsCustomButtonsOnHover

Full Usage: this.IsCustomButtonsOnHover

Returns: bool
Returns: bool

this.IsDefault

Full Usage: this.IsDefault

Returns: bool
Returns: bool

this.IsHidden

Full Usage: this.IsHidden

Returns: bool
Returns: bool

this.IsHiddenInset

Full Usage: this.IsHiddenInset

Returns: bool
Returns: bool

Type something to start searching.