CustomizeTickmarkLabelEventArgs.LabelColor Property
In This Article
Gets or sets the custom tickmark text color.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
#Declaration
C#
public Color LabelColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | The custom tickmark text color. |
See Also