Class TextAreaAdornmentsFlow
Specifies the flow of the elements in the prefix and suffix templates of the TelerikTextArea component.
Inheritance
System.Object
TextAreaAdornmentsFlow
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class TextAreaAdornmentsFlow : Enum
Fields
Horizontal
The elements within the prefix and suffix templates will be ordered in a row.
Declaration
public const TextAreaAdornmentsFlow Horizontal
Field Value
TextAreaAdornmentsFlow
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
The elements within the prefix and suffix templates will be ordered in a column.
Declaration
public const TextAreaAdornmentsFlow Vertical
Field Value
TextAreaAdornmentsFlow
|