CustomizeTickmarkEventArgs.Paint Property
In This Article
Gets or sets the background of the Path that is drawn.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
#Declaration
C#
public SKPaint Paint { get; set; }
#Property Value
Type | Description |
---|---|
Skia |
The background of the path. |
See Also