Back to Devexpress

RadialScale.TickmarkLabelPosition Property

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

latest1.2 KB
Original Source

RadialScale.TickmarkLabelPosition Property

Gets or sets the tickmark label’s position. This is a bindable property.

Namespace : DevExpress.Maui.Gauges

Assembly : DevExpress.Maui.Gauges.dll

NuGet Package : DevExpress.Maui.Gauges

Declaration

csharp
public RadialScaleElementPosition TickmarkLabelPosition { get; set; }

Property Value

TypeDescription
RadialScaleElementPosition

The tickmark label’s position.

|

Available values:

NameDescription
Inside

The element is inside the RadialScale.

| | Outside |

The element is outside the RadialScale.

| | Center |

The element is at the RadialScale‘s center.

|

See Also

RadialScale Class

RadialScale Members

DevExpress.Maui.Gauges Namespace