Share via


NSTextLayoutManagerSegmentOptions Enum

Definition

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum NSTextLayoutManagerSegmentOptions
[<ObjCRuntime.Native>]
[<System.Flags>]
type NSTextLayoutManagerSegmentOptions = 
Inheritance
NSTextLayoutManagerSegmentOptions
Attributes

Fields

Name Value Description
None 0
RangeNotRequired 1
MiddleFragmentsExcluded 2
HeadSegmentExtended 4
TailSegmentExtended 8
UpstreamAffinity 16

Applies to