TextStyle.Size Property
In This Article
Gets or sets the text size. This is a bindable property.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
public float Size { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Single | -1 | The text size. |
See Also