Table of Contents

Interface IMacOSWindowStyle

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

Describes the macOS-specific chrome treatment for a desktop window. Implementing this interface is safe on every target; non-macOS runtimes ignore it.

public interface IMacOSWindowStyle

Properties

Background

Selects the window background treatment.

MacOSWindowBackground Background { get; }

Property Value

MacOSWindowBackground

Title

Controls whether AppKit displays the native window title.

MacOSWindowTitle Title { get; }

Property Value

MacOSWindowTitle

TitleHeight

Selects the native title and toolbar height.

MacOSWindowTitleHeight TitleHeight { get; }

Property Value

MacOSWindowTitleHeight