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.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v18.2.dll

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
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
See Also