effectiveAppearance
The appearance that AppKit uses to draw the app’s interface.
Declaration
var effectiveAppearance: NSAppearance { get }Discussion
This property always contains an NSAppearance object representing the appearance to use during drawing. If you don’t explicitly assign a value to the appearance property, the app inherits the system’s effective appearance.