Skip to main content

DataFormDisplayOptionsAttribute.LabelIndent Property

Gets or sets the distance between the editor and its label.

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public double LabelIndent { get; set; }

#Property Value

Type Description
Double

The distance between the editor and its label.

#Remarks

Text Labels

See Also