MonobjcMonobjc Documented Class Library
NSLayoutOption Enumeration
NamespacesMonobjc.AppKitNSLayoutOption

These constants describe layout options returned as a bit mask by the layoutOptions method.

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
[FlagsAttribute]
public enum NSLayoutOption
<FlagsAttribute> _
Public Enumeration NSLayoutOption
[FlagsAttribute]
public enum class NSLayoutOption
Members
MemberDescription
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.


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

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)