Class FormLabelPosition
Specifies the position of the labels.
Inheritance
System.Object
FormLabelPosition
Namespace: Syncfusion.Blazor.DataForm
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class FormLabelPosition : Enum
Fields
Left
The labels are positioned to the left of the form fields.
Declaration
public const FormLabelPosition Left
Field Value
Type | Description |
---|---|
FormLabelPosition |
Top
The labels are positioned above the form fields.
Declaration
public const FormLabelPosition Top
Field Value
Type | Description |
---|---|
FormLabelPosition |