MarkerOptionsBase Class
In This Article
Serves as the base class for all marker options.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public abstract class MarkerOptionsBase :
GaugeOptionsBase
#Remarks
The MarkerOptionsBase class defines the functionality that is used by other classes that store marker settings (e.g., the ArcScaleMarkerOptions returned by the ArcScaleMarker.Options property, etc.).
#Inheritance
Show 11 items
Object
DependencyObject
Windows.UI.Xaml.UIElement
See Also