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.
The size of each cell in the matrix.
var cellSize: NSSize { get set }This value corresponds to both the width and height of each cell, because all cells in an NSMatrix are the same size.