Contents

cellSize

The size of each cell in the matrix.

Declaration

var cellSize: NSSize { get set }

Discussion

This value corresponds to both the width and height of each cell, because all cells in an NSMatrix are the same size.

See Also

Laying Out the Cells of the Matrix