ChipGroup.Padding Property
Gets or sets the amount of space around this group.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public Thickness Padding { get; set; }
Property Value
Type | Description |
---|---|
Thickness | A structure that specifies an amount of space around a visual element. |
See Also