Skip to main content

MarkerOptionsBase Class

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.).

See Also