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