DataFormItem.Padding Property
Gets or sets the distance between the data form item’s edges and content (editor and label).
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public Thickness Padding { get; set; }
Property Value
| Type | Description |
|---|---|
| Thickness | An object that specifies the data form item’s padding. |
Remarks

See Also