DataFormView.EditorLabelIndent Property
In This Article
Gets or sets the distance between editors and their labels.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public double EditorLabelIndent { get; set; }
#Property Value
Type | Description |
---|---|
Double | The distance between an editor and its label. |
#Remarks
See Also