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

LayerOptions Class

Contains layout options for a layer.

Namespace: DevExpress.UI.Xaml.Gauges

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

Declaration

public class LayerOptions :
    GaugeOptionsBase

The following members return LayerOptions objects:

Remarks

The options provided by a LayerOptions instance can be accessed via the ScaleLayerBase.Options property of a ScaleLayerBase object.

Use the GaugeOptionsBase.ZIndex property to set the stacking order of different layers on the scale.

For more information on layers, refer to the Layers (Circular Scale) and Layers (Linear Scale) documents.

Inheritance

Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
See Also