The alignment of the title.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
var titleAlignment: NSText Alignment { get set }
Discussion
The alignment can be one of the following values: NSLeft
, NSCenter
, or NSRight
. The default alignment is NSRight
.