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