Skip to main content

ChipGroupActualAppearance.ChipBorderThickness Property

Gets the chip’s border thickness value that is applied to the ChipGroup. To specify this value, use the ChipBorderThickness property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double ChipBorderThickness { get; }

Property Value

Type Description
Double

The chip’s border thickness value that is applied to the ChipGroup.

See Also