CustomDrawEventArgs.Paint Property
In This Article
Gets or sets the custom arc’s background.
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 custom arc’s background. |
See Also