imageAlignment()
Returns the position of the cell’s image in the frame.
Declaration
func imageAlignment() -> NSImageAlignmentReturn Value
The alignment of the image. See doc://com.apple.documentation/documentation/appkit/nsimagealignment for possible values.
Discussion
Subclasses can override this method to customize the image alignment.
The image frame will be computed automatically from the image container frame by taking in account the image alignment and the image aspect ratio.