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