New to Kendo UI for Angular? Start a free 30-day trial
MessageAlign
Updated on Jun 6, 2025
Specifies whether the text message aligns at the start or end of the line.
Use this type to set the align property.
type MessageAlign = "start" | "end";