New to Kendo UI for Angular? Start a free 30-day trial
TextAreaAdornmentsOrientation
Sets the orientation for TextArea adornments.
The possible values are:
horizontal
(default)—TextArea adornments appear from left to right inltr
mode, and from right to left inrtl
mode.vertical
—TextArea adornments appear from top to bottom.
type
TextAreaAdornmentsOrientation = "horizontal" | "vertical";