CustomizeTickmarkEventArgs.Paint Property
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
public SKPaint Paint { get; set; }
Property Value
Type | Description |
---|---|
SkiaSharp.SKPaint | The background of the path. |
See Also