Skip to main content

ChipGroup.ChipBorderThickness Property

Gets or sets the border thickness for chips in this group.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public double ChipBorderThickness { get; set; }

#Property Value

Type Description
Double

A value that specifies a border thickness.

See Also