RadialScaleElementPosition Enum
In This Article
Lists values that define the text/marker position.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
#Declaration
C#
public enum RadialScaleElementPosition
#Members
Name | Description |
---|---|
Inside
|
The element is inside the Radial |
Outside
|
The element is outside the Radial |
Center
|
The element is at the Radial |
#Related API Members
The following properties accept/return RadialScaleElementPosition values:
See Also