public final class UIStackViewAlignment
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Bottom
Align the trailing edges of vertically stacked items
or the bottom edges of horizontally stacked items tightly to the relevant
edge of the container
|
static long |
Center
Center the items in a vertical stack horizontally
or the items in a horizontal stack vertically
|
static long |
Fill
Align the leading and trailing edges of vertically stacked items
or the top and bottom edges of horizontally stacked items tightly to the container.
|
static long |
FirstBaseline
Valid for horizontal axis only
|
static long |
LastBaseline
Valid for horizontal axis only
|
static long |
Leading
Align the leading edges of vertically stacked items
or the top edges of horizontally stacked items tightly to the relevant edge
of the container
|
static long |
Top
Align the leading edges of vertically stacked items
or the top edges of horizontally stacked items tightly to the relevant edge
of the container
|
static long |
Trailing
Align the trailing edges of vertically stacked items
or the bottom edges of horizontally stacked items tightly to the relevant
edge of the container
|
public static final long Fill
public static final long Leading
public static final long Top
public static final long FirstBaseline
public static final long Center
public static final long Trailing
public static final long Bottom
public static final long LastBaseline