CustomizeTickmarkEventArgs.Path Property
In This Article
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
C#
public SKPath Path { get; set; }
#Property Value
Type | Description |
---|---|
Skia |
The path to draw. |
See Also