Edge

Overrides the keyline alignment and instead aligns to a certain edge.

MIN and MAX are considered from the layout direction, so in case reverse layout is enabled, MIN and MAX will point instead to bottom/top for vertical layouts and left/right for horizontal layouts.

Entries

Link copied to clipboard

Items will always be aligned to the keyline position by default

Link copied to clipboard

All items will be always aligned to the keyline position except the item at the start. This will be the top for Vertical orientation, or start for the horizontal orientation

Link copied to clipboard

All items will be always aligned to the keyline position except the item at the end. This will be the bottom for Vertical orientation, or end for Horizontal orientation

Link copied to clipboard

All items will be always aligned to the keyline position except the items at the start and end edges

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.