ChipGroupActualAppearance.ChipFontAttributes Property
Gets the chip’s font attributes that is applied to the ChipGroup. To specify this value, use the ChipFontAttributes property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public FontAttributes ChipFontAttributes { get; }
Property Value
Type | Description |
---|---|
FontAttributes | The chip’s font attributes that is applied to the ChipGroup. |
See Also