Skip to main content

LayerOptions Class

Contains layout options for a layer.

Namespace: DevExpress.UI.Xaml.Gauges

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

NuGet Package: DevExpress.Uwp.Controls

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.

See Also