InputChipGroup.EditorFontAttributes Property
In This Article
Gets or sets whether the font used to display text in the editor is bold, italic, or unmodified. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public FontAttributes EditorFontAttributes { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Font |
None | The font attributes. |
See Also