Class FormOrientation
Defines the orientation of a form component.
Inheritance
System.Object
FormOrientation
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class FormOrientation : Enum
Fields
Horizontal
The label should be rendered next to the form editor component.
Declaration
public const FormOrientation Horizontal
Field Value
FormOrientation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
The label should be rendered on top of the form editor component.
Declaration
public const FormOrientation Vertical
Field Value
FormOrientation
|