New to Kendo UI for Angular? Start a free 30-day trial
HorizontalAlign
Represents the possible horizontal alignment options of the StackLayout and GridLayout.
type
HorizontalAlign = "start" | "center" | "end" | "stretch";