Contents

defaultTabInterval

A number used as the document’s default tab spacing.

Declaration

var defaultTabInterval: CGFloat { get set }

Discussion

This property represents the default tab interval in points. The system places tabs after the last specified in tabStops at integer multiples of this distance (if positive). Default value is 0.0.

See Also

Specifying tab information