ChipGroup.ChipFontAttributes Property
In This Article
Gets or sets whether the font used to display text is bold, italic, or unmodified.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public FontAttributes ChipFontAttributes { get; set; }
#Property Value
Type | Description |
---|---|
Font |
An enumeration that specifies font attributes applied to text. |
See Also