ChipGroup.VerticalSpacing Property
Gets or sets the vertical amount of space between chips in this group when they are arranged in multiple rows. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double VerticalSpacing { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Double | 0 | The amount of space, in pixels. |
See Also