Contents

imagePosition

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

Declaration

var imagePosition: NSControl.ImagePosition { get set }

Discussion

The value of this property is one of the image positions described in the “Constants” section of NSCell. 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 Also

Related Documentation

Managing Images