EnumTextAreaAdornmentsFlow
Enum
Specifies the flow of the elements in the prefix and suffix templates of the TelerikTextArea component.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public enum TextAreaAdornmentsFlow
Fields
Horizontal
The elements within the prefix and suffix templates will be ordered in a row.
Vertical
The elements within the prefix and suffix templates will be ordered in a column.