CustomDrawRangeIndicatorEventArgs.GetPath Property
Gets or sets an IndicatorBase descendant’s path.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
Declaration
public Func<double, double, SKPath> GetPath { get; set; }
Property Value
Type | Description |
---|---|
Func<Double, Double, SkiaSharp.SKPath> | The path used to display an IndicatorBase descendant. |
See Also