NSAlignmentOptions enum
Values
- NSAlignMinXInward → const NSAlignmentOptions
-
const NSAlignmentOptions(1)
- NSAlignMinYInward → const NSAlignmentOptions
-
const NSAlignmentOptions(2)
- NSAlignMaxXInward → const NSAlignmentOptions
-
const NSAlignmentOptions(4)
- NSAlignMaxYInward → const NSAlignmentOptions
-
const NSAlignmentOptions(8)
- NSAlignWidthInward → const NSAlignmentOptions
-
const NSAlignmentOptions(16)
- NSAlignHeightInward → const NSAlignmentOptions
-
const NSAlignmentOptions(32)
- NSAlignMinXOutward → const NSAlignmentOptions
-
const NSAlignmentOptions(256)
- NSAlignMinYOutward → const NSAlignmentOptions
-
const NSAlignmentOptions(512)
- NSAlignMaxXOutward → const NSAlignmentOptions
-
const NSAlignmentOptions(1024)
- NSAlignMaxYOutward → const NSAlignmentOptions
-
const NSAlignmentOptions(2048)
- NSAlignWidthOutward → const NSAlignmentOptions
-
const NSAlignmentOptions(4096)
- NSAlignHeightOutward → const NSAlignmentOptions
-
const NSAlignmentOptions(8192)
- NSAlignMinXNearest → const NSAlignmentOptions
-
const NSAlignmentOptions(65536)
- NSAlignMinYNearest → const NSAlignmentOptions
-
const NSAlignmentOptions(131072)
- NSAlignMaxXNearest → const NSAlignmentOptions
-
const NSAlignmentOptions(262144)
- NSAlignMaxYNearest → const NSAlignmentOptions
-
const NSAlignmentOptions(524288)
- NSAlignWidthNearest → const NSAlignmentOptions
-
const NSAlignmentOptions(1048576)
- NSAlignHeightNearest → const NSAlignmentOptions
-
const NSAlignmentOptions(2097152)
- NSAlignRectFlipped → const NSAlignmentOptions
-
const NSAlignmentOptions(-9223372036854775808)
- NSAlignAllEdgesInward → const NSAlignmentOptions
-
const NSAlignmentOptions(15)
- NSAlignAllEdgesOutward → const NSAlignmentOptions
-
const NSAlignmentOptions(3840)
- NSAlignAllEdgesNearest → const NSAlignmentOptions
-
const NSAlignmentOptions(983040)
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromValue(
int value) → NSAlignmentOptions
Constants
-
values
→ const List<
NSAlignmentOptions> - A constant List of the values in this enum, in order of their declaration.