FFloatAlignment enum
描述 FFloat 相对于锚点元素的位置。 topLeft - 在锚点元素【上方】,且【左边缘】与锚点元素对齐 topCenter - 在锚点元素【上方】,且水平居中 topRight - 在锚点元素【上方】,且【右边缘】与锚点元素对齐 bottomLeft - 在锚点元素【下方】,且【左边缘】与锚点元素对齐 bottomCenter - 在锚点元素【下方】,且水平居中 bottomRight - 在锚点元素【下方】,且【右边缘】与锚点元素对齐 leftTop - 在锚点元素【左侧】,且【上边缘】与锚点元素对齐 leftCenter - 在锚点元素【左侧】,且垂直居中 leftBottom - 在锚点元素【左侧】,且【下边缘】与锚点元素对齐 rightTop - 在锚点元素【右侧】,且【上边缘】与锚点元素对齐 rightCenter - 在锚点元素【右侧】,且垂直居中 rightBottom - 在锚点元素【右侧】,且【下边缘】与锚点元素对齐
Description FFloat The position relative to the anchor element.
topLeft - In the anchor element above
, and the leftEdge
is aligned with the anchor element
topCenter - In the anchor element above
, and horizontally centered
topRight - In the anchor element above
, and the rightEdge
is aligned with the anchor element
bottomLeft - In the anchor element below
, and the leftEdge
is aligned with the anchor element
bottomCenter - In the anchor element below
, and horizontally centered
bottomRight - In the anchor element below
, and the rightEdge
is aligned with the anchor element
leftTop - In the anchor element left
, and the upperEdge
is aligned with the anchor element
leftCenter - In the anchor element left
, and vertically centered
leftBottom - In the anchor element left
, and the bottomEdge
is aligned with the anchor element
rightTop - In the anchor element right
, and the upperEdge
is aligned with the anchor element
rightCenter - In the anchor element right
, and vertically centered
rightBottom - In the anchor element right side
, and the bottomEdge
is aligned with the anchor element
Constructors
- FFloatAlignment()
-
const
Values
- topLeft → const FFloatAlignment
-
const FFloatAlignment(0)
- topCenter → const FFloatAlignment
-
const FFloatAlignment(1)
- topRight → const FFloatAlignment
-
const FFloatAlignment(2)
- bottomLeft → const FFloatAlignment
-
const FFloatAlignment(3)
- bottomCenter → const FFloatAlignment
-
const FFloatAlignment(4)
- bottomRight → const FFloatAlignment
-
const FFloatAlignment(5)
- leftTop → const FFloatAlignment
-
const FFloatAlignment(6)
- leftCenter → const FFloatAlignment
-
const FFloatAlignment(7)
- leftBottom → const FFloatAlignment
-
const FFloatAlignment(8)
- rightTop → const FFloatAlignment
-
const FFloatAlignment(9)
- rightCenter → const FFloatAlignment
-
const FFloatAlignment(10)
- rightBottom → const FFloatAlignment
-
const FFloatAlignment(11)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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<
FFloatAlignment> -
A constant List of the values in this enum, in order of their declaration.
[topLeft, topCenter, topRight, bottomLeft, bottomCenter, bottomRight, leftTop, leftCenter, leftBottom, rightTop, rightCenter, rightBottom]