Skip to main content

CustomizeTickmarkLabelEventArgs.Value Property

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

public double Value { get; }

Property Value

Type Description
Double

The radial gauge’s value that is associated with the custom tickmark.

See Also