Table of Contents

Enum MacOSWindowBackground

Namespace
Xui.Core.Abstract
Assembly
Xui.Core.dll

The native macOS window background treatment.

public enum MacOSWindowBackground

Fields

Acrylic = 1

The standard Acrylic background material.

Borderless = 4

A transparent, application-drawn window surface intended for custom tools and widgets. The application provides its own drag and resize hit testing.

Default = 0

The standard opaque AppKit window background.

Glass = 2

The dynamic macOS glass material. On macOS releases that do not provide it, this falls back to the Acrylic background material.

Transparent = 3

A transparent borderless window background. The native title is hidden when this background is selected.