ChipGroup.ChipFontAttributes Property
Gets or sets whether the font used to display text 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
public FontAttributes ChipFontAttributes { get; set; }
Property Value
Type | Default | Description |
---|---|---|
FontAttributes | None | The font attributes. |
See Also