Enum
FormOrientation

Defines the orientation of a form component.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

public enum FormOrientation

Fields

Horizontal

The label should be rendered next to the form editor component.

Declaration

Horizontal = 1

Field Value

FormOrientation

Vertical

The label should be rendered on top of the form editor component.

Declaration

Vertical = 0

Field Value

FormOrientation