CustomizeTickmarkLabelEventArgs.Value Property
In This Article
Gets the radial gauge’s value that is associated with the custom tickmark.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
#Declaration
C#
public double Value { get; }
#Property Value
Type | Description |
---|---|
Double | The radial gauge’s value that is associated with the custom tickmark. |
See Also