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