TextStyle.FontFamily Property
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
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