AlignmentExtension extension
Position checks for Alignment values.
Coordinate system: x/y range from -1.0 (left/top) to 1.0 (right/bottom).
- on
Properties
- isBottom → bool
-
Available on Alignment, provided by the AlignmentExtension extension
truewhen aligned toward the bottom (y > 0).no setter - isCenterHorizontal → bool
-
Available on Alignment, provided by the AlignmentExtension extension
truewhen horizontally centered (x == 0).no setter - isCenterVertical → bool
-
Available on Alignment, provided by the AlignmentExtension extension
truewhen vertically centered (y == 0).no setter - isLeft → bool
-
Available on Alignment, provided by the AlignmentExtension extension
truewhen aligned toward the left (x < 0).no setter - isRight → bool
-
Available on Alignment, provided by the AlignmentExtension extension
truewhen aligned toward the right (x > 0).no setter - isTop → bool
-
Available on Alignment, provided by the AlignmentExtension extension
truewhen aligned toward the top (y < 0).no setter