Skip to main content

InputChipGroupActualAppearance.EditorFontAttributes Property

Gets the editor font attribute value that is applied to the InputChipGroup. To specify this value, use the EditorFontAttributes property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public FontAttributes EditorFontAttributes { get; }

Property Value

Type Description
FontAttributes

The editor font attribute.

See Also