These constants describe layout options returned as a bit mask by the layoutOptions method.
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum NSLayoutOption
<FlagsAttribute> _ Public Enumeration NSLayoutOption
[FlagsAttribute] public enum class NSLayoutOption

Member | Description |
---|---|
NSShowControlGlyphs | Generates displayable glyphs for control characters. Available in Mac OS X v10.3 and later. |
NSShowInvisibleGlyphs | Generates displayable glyphs for invisible characters. Available in Mac OS X v10.3 and later. |
NSWantsBidiLevels | Generates directional formatting codes for bidirectional text. Available in Mac OS X v10.3 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)