DataFormGroup.ContentPadding Property
Gets or sets the distance between editors and the data form’s borders or group headers.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public Thickness ContentPadding { get; set; }
Property Value
Type |
---|
Thickness |
See Also