Skip to main content
A newer version of this page is available. .

MarkerOptionsBase Class

Serves as the base class for all marker options.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v21.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.).

See Also