ChipGroup.VerticalSpacing Property
Gets or sets the vertical amount of space between chips in this group when they are arranged in multiple rows.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public double VerticalSpacing { get; set; }
Property Value
Type | Description |
---|---|
Double | A value that specifies an amount of space in pixels. |
See Also