Contents

secondaryLabelColor

The secondary color to use for text labels.

Declaration

class var secondaryLabelColor: NSColor { get }

Discussion

Use this color in text fields that contain less important text in your user interface. For example, you might use this in labels that display subheads or additional information. You can also use it for other types of secondary app content.

See Also

Label colors