MonobjcMonobjc Documented Class Library
NSLocaleLanguageDirection Enumeration
NamespacesMonobjc.FoundationNSLocaleLanguageDirection

These constants describe the text direction for a language. Used by the methods lineDirectionForLanguage: and characterDirectionForLanguage:.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSLocaleLanguageDirection
Public Enumeration NSLocaleLanguageDirection
public enum class NSLocaleLanguageDirection
Members
MemberDescription
NSLocaleLanguageDirectionUnknown

The direction of the language is unknown.

Available in Mac OS X v10.6 and later.


NSLocaleLanguageDirectionLeftToRight

The language direction is from left to right.

Available in Mac OS X v10.6 and later.


NSLocaleLanguageDirectionRightToLeft

The language direction is from right to left.

Available in Mac OS X v10.6 and later.


NSLocaleLanguageDirectionTopToBottom

The language direction is from top to bottom.

Available in Mac OS X v10.6 and later.


NSLocaleLanguageDirectionBottomToTop

The language direction is from bottom to top.

Available in Mac OS X v10.6 and later.


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

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)