Skip to main content

RadialScale.CustomDraw Event

Occurs before a RadialScale is displayed.

Namespace: DevExpress.Maui.Gauges

Assembly: DevExpress.Maui.Gauges.dll

NuGet Package: DevExpress.Maui.Gauges

Declaration

public event EventHandler<CustomDrawEventArgs> CustomDraw

Event Data

The CustomDraw event's data class is CustomDrawEventArgs. The following properties provide information specific to this event:

Property Description
Paint Gets or sets the custom arc’s background.
See Also