CustomizeTickmarkEventArgs.Path Property
Gets or sets the path that is drawn as a custom tickmark.
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