Back to Devexpress

RadialScale.CustomizeTickmark Event

maui-devexpress-dot-maui-dot-gauges-dot-radialscale-41f3ea55.md

latest1.8 KB
Original Source

RadialScale.CustomizeTickmark Event

Fires before the RadialScale‘s tickmarks are displayed.

Namespace : DevExpress.Maui.Gauges

Assembly : DevExpress.Maui.Gauges.dll

NuGet Package : DevExpress.Maui.Gauges

Declaration

csharp
public event EventHandler<CustomizeTickmarkEventArgs> CustomizeTickmark

Event Data

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

PropertyDescription
IsMajorGets or sets whether the custom tickmark is major.
LengthGets or sets the length of the custom tickmark.
OffsetGets or sets the custom tickmark offset. This is a bindable property.
PaintGets or sets the background of the Path that is drawn.
PathGets or sets the path that is drawn as a custom tickmark.
ValueGets the scale value where a custom tickmark is displayed.

See Also

RadialScale Class

RadialScale Members

DevExpress.Maui.Gauges Namespace