Back to Devexpress

RadialScale.CustomDraw Event

maui-devexpress-dot-maui-dot-gauges-dot-radialscale-dbab954e.md

latest1004 B
Original Source

RadialScale.CustomDraw Event

Occurs before a RadialScale is displayed.

Namespace : DevExpress.Maui.Gauges

Assembly : DevExpress.Maui.Gauges.dll

NuGet Package : DevExpress.Maui.Gauges

Declaration

csharp
public event EventHandler<CustomDrawEventArgs> CustomDraw

Event Data

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

PropertyDescription
PaintGets or sets the custom arc’s background.

See Also

RadialScale Class

RadialScale Members

DevExpress.Maui.Gauges Namespace