MarkerOptionsBase Class
In This Article
Serves as the base class for all marker options.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
public abstract class MarkerOptionsBase :
GaugeDependencyObject
#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
See Also