ArcScaleMarkerOptions Class
Contains layout options for an arc scale marker.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Related API Members
The following members return ArcScaleMarkerOptions objects:
Remarks
The options provided by an ArcScaleMarkerOptions instance can be accessed via the ArcScaleMarker.Options property of an ArcScaleMarker object.
To define the layout of the arc scale markers, use the ArcScaleMarkerOptions.Orientation, GaugeOptionsBase.ZIndex, MarkerOptionsBase.FactorHeight, MarkerOptionsBase.FactorWidth and MarkerOptionsBase.Offset properties.
For more information on markers, refer to the Marker (Circular Scale) document.
Inheritance
Object
DependencyObject
Windows.UI.Xaml.UIElement
See Also