ChipGroup.ChipPadding Property
Gets or sets an amount of space around chips in this group. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Thickness ChipPadding { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Thickness | -1 | The amount of space around a visual element. |
See Also