New to Kendo UI for Angular? Start a free 30-day trial
TabAlignment
Updated on Oct 31, 2025
Specifies how to align the tabs (see example).
type TabAlignment = "start" | "end" | "center" | "justify" | "stretched";