CustomDrawIndicatorEventArgs.Path Property
Gets or sets the path that should be drawn as a custom indicator.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
Declaration
public SKPath Path { get; set; }
Property Value
Type | Description |
---|---|
SkiaSharp.SKPath | The path to draw. |
See Also