TextStyle.FontSize Property
In This Article
Gets or sets the size of the text.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public double FontSize { get; set; }
#Property Value
Type | Description |
---|---|
Double | The size of the text, in density independent pixels. |
See Also