Contents

margins

The amount of empty space (in points) around the grid’s content.

Declaration

var margins: NSEdgeInsets { get set }

Discussion

The default value of this property is NSEdgeInsetsZero. Changing this property to a new value invalidates the layout.

See Also

Specifying the Grid Layout Attributes