Skip to main content

ChipGroupActualAppearance.ChipFontSize Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double ChipFontSize { get; }

Property Value

Type Description
Double

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

See Also