DataFormItem.Padding Property
In This Article
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
C#
public Thickness Padding { get; set; }
#Property Value
Type | Description |
---|---|
Thickness | An object that specifies the data form item’s padding. |
#Remarks
See Also