NSTextLayoutOrientation 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 whose values specify the direction in which text is laid out. Used with LayoutOrientation.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NSTextLayoutOrientation
type NSTextLayoutOrientation =
- Inheritance
-
NSTextLayoutOrientation
- Attributes
Fields
Name | Value | Description |
---|---|---|
Horizontal | 0 | Lines rendered horizontally, extending from top to bottom. |
Vertical | 1 | Lines are rendered vertically, extending from right to left. |