Class DataFormLabelPosition
Defines the constants for label position that specifies whether to layout the label at left or top of editor.
Inheritance
System.Object
DataFormLabelPosition
Namespace: Syncfusion.Maui.DataForm
Assembly: Syncfusion.Maui.DataForm.dll
Syntax
public sealed class DataFormLabelPosition : Enum
Fields
Left
Layout the label at the left of editor.
Declaration
public const DataFormLabelPosition Left
Field Value
Top
Layout the label at the top of editor.
Declaration
public const DataFormLabelPosition Top