Skip to main content

ChipGroup.ChipPadding Property

Gets or sets an amount of space around chips in this group.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public Thickness ChipPadding { get; set; }

#Property Value

Type Description
Thickness

A structure that specifies an amount of space around a visual element.

See Also