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

LayerOptions Class

Contains layout options for a layer.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Gauges, DevExpress.Wpf.Gauges

Declaration

public class LayerOptions :
    GaugeDependencyObject

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 LayerOptions.ZIndex property to set the stacking order of the different layers on the scale.

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

See Also