Chip.FontAttributes Property
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
public FontAttributes FontAttributes { get; set; }
Property Value
Type | Description |
---|---|
FontAttributes | An enumeration that specifies font attributes applied to text. |
See Also