Contents

titlebarSeparatorStyle

The type of separator that the app displays between the title bar and content of a window.

Declaration

var titlebarSeparatorStyle: NSTitlebarSeparatorStyle { get set }

Discussion

To apply this value, you must associate the item’s view with its own title bar section. The default value is NSTitlebarSeparatorStyle.automatic. The containing window’s preference can override this preference.

See Also

Customizing appearance