SmartAttachAlignmentType enum

The alignment effect when the attach dialog selects different alignment properties

attach dialog选择不同alignment属性时的对齐效果

Inheritance

Constructors

SmartAttachAlignmentType()
const

Values

inside → const SmartAttachAlignmentType

attach dialog align the inner edge of the goals control, note: Alignment.centerXxx is not affected, the center point is still aligned; Alignment.bottom Left/topLeft (the left edge of the dialog align goals control left edge), Alignment.bottom Right/topRight ((the right edge of the dialog align goals control right edge))

attach dialog对齐目标控件内边缘, 注意: Alignment.centerXxx不受影响, 依旧是中心点对齐; Alignment.bottomLeft/topLeft(dialog左边边缘对齐目标控件左侧边缘), Alignment.bottomRight/topRight((dialog右边边缘对齐目标控件右侧边缘))

center → const SmartAttachAlignmentType

attach the center point of the dialog align goals control edge Alignment.bottom Left/topLeft (dialog center point align goals control left edge), Alignment.bottom Right/topRight (dialog center point align goals control right edge)

attach dialog的中心点对齐目标控件边缘 Alignment.bottomLeft/topLeft(dialog中心点对齐目标控件左侧边缘), Alignment.bottomRight/topRight(dialog中心点对齐目标控件右侧边缘)

outside → const SmartAttachAlignmentType

attach dialog align the outer edge of the goals control, note: Alignment.centerXxx is not affected, the center point is still aligned; Alignment.bottom Left/topLeft (the right edge of the dialog align goals control left edge), Alignment.bottom Right/topRight ((the left edge of the dialog align goals control right edge))

attach dialog对齐目标控件外边缘, 注意: Alignment.centerXxx不受影响, 依旧是中心点对齐; Alignment.bottomLeft/topLeft(dialog右边边缘对齐目标控件左侧边缘), Alignment.bottomRight/topRight((dialog左边边缘对齐目标控件右侧边缘))

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

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