Contents

markers

The receiver’s ruler markers to markers, removing any existing ruler markers and not consulting with the client view about the new markers.

Declaration

var markers: [NSRulerMarker]? { get set }

Discussion

markers can be nil or empty to remove all ruler markers. Raises an NSInternalInconsistencyException if markers is not nil and the receiver has no client view.

See Also

Related Documentation

Adding and removing markers