Skip to main content

ChipGroupActualAppearance.ChipIconIndent Property

Gets the chip’s icon indent value that is applied to the ChipGroup. To specify this value, use the ChipIconIndent property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double ChipIconIndent { get; }

Property Value

Type Description
Double

The chip’s icon indent value that is applied to the ChipGroup.

See Also