Skip to main content

ChipGroupActualAppearance.ChipIconSize Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Size ChipIconSize { get; }

Property Value

Type Description
Size

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

See Also