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 inltrmode, and from right to left inrtlmode.vertical—TextArea adornments appear from top to bottom.
type TextAreaAdornmentsOrientation = "horizontal" | "vertical";