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