TextStyle.FontAttributes Property
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
public FontAttributes FontAttributes { get; set; }
Property Value
Type | Description |
---|---|
FontAttributes | The value that specifies whether the text is italic, bold, both, or neither. |
See Also