NSTextLayoutOrientation Enum

Definition

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

Horizontal 0

Lines rendered horizontally, extending from top to bottom.

Vertical 1

Lines are rendered vertically, extending from right to left.

Applies to