EnumTextAreaAdornmentsOrientation
Enum
Specifies the flow of the prefix and suffix templates of the TelerikTextArea component.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public enum TextAreaAdornmentsOrientation
Fields
Horizontal
The prefix and suffix templates will be arranged in a row, with the text area positioned between them.
Vertical
The prefix and suffix templates will be arranged in a column, with the text area positioned between them.