TextStyle.FontAttributes Property
In This Article
Gets or sets whether the text is italic, bold, both, or neither.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public FontAttributes FontAttributes { get; set; }
#Property Value
Type | Description |
---|---|
Font |
The value that specifies whether the text is italic, bold, both, or neither. |
See Also