ChipGroup.Padding Property
In This Article
Gets or sets the amount of space around this group. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public Thickness Padding { get; set; }
#Property Value
Type | Description |
---|---|
Thickness | The amount of space around a visual element. |
See Also