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