New to Kendo UI for Angular? Start a free 30-day trial
FloatingLabelPosition
Represents the possible floating label positions.
The possible values are:
Out
In
type
FloatingLabelPosition = "Out" | "In";