These constants describe the progression of text on a page. The typesetter decides which way text is supposed to flow and passes these values as arguments to the text container, which uses them to calculate the next line rectangle.
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public enum NSLineSweepDirection
Public Enumeration NSLineSweepDirection
public enum class NSLineSweepDirection

Member | Description |
---|---|
NSLineSweepLeft | Characters move from right to left. Available in Mac OS X v10.0 and later. |
NSLineSweepRight | Characters move from left to right. Available in Mac OS X v10.0 and later. |
NSLineSweepDown | Characters move from top to bottom. Available in Mac OS X v10.0 and later. |
NSLineSweepUp | Characters move from bottom to top. Available in Mac OS X v10.0 and later. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)