Enum MacOSWindowBackground
The native macOS window background treatment.
public enum MacOSWindowBackground
Fields
Acrylic = 1The standard Acrylic background material.
Borderless = 4A transparent, application-drawn window surface intended for custom tools and widgets. The application provides its own drag and resize hit testing.
Default = 0The standard opaque AppKit window background.
Glass = 2The dynamic macOS glass material. On macOS releases that do not provide it, this falls back to the Acrylic background material.
Transparent = 3A transparent borderless window background. The native title is hidden when this background is selected.