TextStyle.FontFamily Property
In This Article
Gets or sets the name of a font family the style owner uses to display its text.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public string FontFamily { get; set; }
#Property Value
Type | Description |
---|---|
String | The name of a font family the style owner uses to display its text. |
See Also