appearanceSource
An object that the window inherits its appearance from.
Declaration
weak var appearanceSource: (any NSAppearanceCustomization)! { get set }Discussion
The default value of this property is NSApp. The window uses key-value observing to monitor the source’s effectiveAppearance for changes. Typically, you use this property for child windows shown from a parent window or specific view.