Contents

imagePosition

The position of the button’s image relative to its title.

Declaration

var imagePosition: NSControl.ImagePosition { get set }

Discussion

If the title is above, below, or overlapping the image, or if there is no image, the text is horizontally centered within the button. See NSControl.ImagePosition in NSCell for the list of possible image positions.

See Also

Related Documentation

Configuring button images