Chip.FontAttributes Property
Gets or sets whether the font used to display text is bold, italic, or unmodified.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Type | Default | Description |
---|---|---|
FontAttributes | None | An enumeration that specifies font attributes applied to text. |
See Also