usesRuler
A Boolean value that controls whether the text views sharing the receiver’s layout manager use a ruler.
Declaration
var usesRuler: Bool { get set }Discussion
true to cause text views sharing the receiver’s layout manager to respond to NSRulerView client messages and to paragraph-related menu actions, and update the ruler (when visible) as the selection changes with its paragraph and tab attributes, otherwise false.