Class TextAreaAdornmentsOrientation
Specifies the flow of the prefix and suffix templates of the TelerikTextArea component.
Inheritance
System.Object
TextAreaAdornmentsOrientation
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class TextAreaAdornmentsOrientation : Enum
Fields
Horizontal
The prefix and suffix templates will be arranged in a row, with the text area positioned between them.
Declaration
public const TextAreaAdornmentsOrientation Horizontal
Field Value
TextAreaAdornmentsOrientation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
The prefix and suffix templates will be arranged in a column, with the text area positioned between them.
Declaration
public const TextAreaAdornmentsOrientation Vertical
Field Value
TextAreaAdornmentsOrientation
|