Skip to main content

ChipGroupActualAppearance.VerticalSpacing Property

Gets the vertical amount of space between chips that is applied to the ChipGroup. To specify this value, use the VerticalSpacing property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double VerticalSpacing { get; }

Property Value

Type Description
Double

The vertical amount of space between chips that is applied to the ChipGroup.

See Also