Interface IMacOSWindowStyle
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
Title
Controls whether AppKit displays the native window title.
MacOSWindowTitle Title { get; }
Property Value
TitleHeight
Selects the native title and toolbar height.
MacOSWindowTitleHeight TitleHeight { get; }