Skip to main content

MarkerOptionsBase Class

Serves as the base class for all marker options.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

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