Share via


NSTextLayoutOrientation Enum

Definition

An enumeration whose values specify the direction in which text is laid out. Used with LayoutOrientation.

[ObjCRuntime.Native]
public enum NSTextLayoutOrientation
[<ObjCRuntime.Native>]
type NSTextLayoutOrientation = 
Inheritance
NSTextLayoutOrientation
Attributes

Fields

Name Value Description
Horizontal 0
Vertical 1

Lines are rendered vertically, extending from right to left.

Applies to