Contents

symbolConfiguration

The combination of point size, weight, and scale to use when sizing and displaying symbol images.

Declaration

@NSCopying var symbolConfiguration: NSImage.SymbolConfiguration? { get set }

Discussion

If you don’t provide a symbol configuration, the button uses its font property to size and display the symbol image.

The default value is nil.

See Also

Configuring buttons