NSLocaleLanguageDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of values that specify the direction of text for a language.
public enum NSLocaleLanguageDirection
type NSLocaleLanguageDirection =
- Inheritance
-
NSLocaleLanguageDirection
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
LeftToRight | 1 | |
RightToLeft | 2 | |
TopToBottom | 3 | |
BottomToTop | 4 |