NSWritingDirection 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 valid writing directions.
[ObjCRuntime.Native]
public enum NSWritingDirection
[<ObjCRuntime.Native>]
type NSWritingDirection =
- Inheritance
-
NSWritingDirection
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Natural | -1 | |
| LeftToRight | 0 | |
| RightToLeft | 1 |