NSLayoutFormatOptions enum

Inheritance
Available extensions

Values

NSLayoutFormatAlignAllLeft → const NSLayoutFormatOptions
const NSLayoutFormatOptions(2)
NSLayoutFormatAlignAllRight → const NSLayoutFormatOptions
const NSLayoutFormatOptions(4)
NSLayoutFormatAlignAllTop → const NSLayoutFormatOptions
const NSLayoutFormatOptions(8)
NSLayoutFormatAlignAllBottom → const NSLayoutFormatOptions
const NSLayoutFormatOptions(16)
NSLayoutFormatAlignAllLeading → const NSLayoutFormatOptions
const NSLayoutFormatOptions(32)
NSLayoutFormatAlignAllTrailing → const NSLayoutFormatOptions
const NSLayoutFormatOptions(64)
NSLayoutFormatAlignAllCenterX → const NSLayoutFormatOptions
const NSLayoutFormatOptions(512)
NSLayoutFormatAlignAllCenterY → const NSLayoutFormatOptions
const NSLayoutFormatOptions(1024)
NSLayoutFormatAlignAllLastBaseline → const NSLayoutFormatOptions
const NSLayoutFormatOptions(2048)
NSLayoutFormatAlignAllFirstBaseline → const NSLayoutFormatOptions
const NSLayoutFormatOptions(4096)
NSLayoutFormatAlignmentMask → const NSLayoutFormatOptions
const NSLayoutFormatOptions(65535)
NSLayoutFormatDirectionLeadingToTrailing → const NSLayoutFormatOptions
const NSLayoutFormatOptions(0)
NSLayoutFormatDirectionLeftToRight → const NSLayoutFormatOptions
const NSLayoutFormatOptions(65536)
NSLayoutFormatDirectionRightToLeft → const NSLayoutFormatOptions
const NSLayoutFormatOptions(131072)
NSLayoutFormatDirectionMask → const NSLayoutFormatOptions
const NSLayoutFormatOptions(196608)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromValue(int value) NSLayoutFormatOptions

Constants

NSLayoutFormatAlignAllBaseline → const NSLayoutFormatOptions
values → const List<NSLayoutFormatOptions>
A constant List of the values in this enum, in order of their declaration.