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