image
The image that the button displays.
Declaration
var image: NSImage? { get set }Discussion
The combo button scales the image to fit within its bounds. Use the imageScaling property to specify the scaling behavior to use with your image.
The image that the button displays.
var image: NSImage? { get set }The combo button scales the image to fit within its bounds. Use the imageScaling property to specify the scaling behavior to use with your image.