StackLayoutAlign
Interface
Specifies the horizontal and vertical alignment of the inner StackLayout elements.
Definition
Package:@progress/kendo-vue-layout
Properties
horizontal?
"start" | "center" | "end" | "stretch"
Defines the possible horizontal alignment of the inner StackLayout elements (see example).
The available values are:
start—Uses the start point of the container.center—Uses the center point of the container.end—Uses the end point of the container.- (Default)
stretch—Stretches the items to fill the width of the container.
vertical?
"top" | "bottom" | "middle" | "stretch"
Defines the possible vertical alignment of the inner StackLayout elements (see example).
The available values are:
top—Uses the top point of the container.middle—Uses the middle point of the container.bottom—Uses the bottom point of the container.- (Default)
stretch—Stretches the items to fill the height of the container.