New to Kendo UI for Angular? Start a free 30-day trial
MessageAlign
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";