wpf-devexpress-dot-xpf-dot-gauges-c5c6b836.md
Contains layout options for a layer.
Namespace : DevExpress.Xpf.Gauges
Assembly : DevExpress.Xpf.Gauges.v25.2.dll
NuGet Package : DevExpress.Wpf.Gauges
public class LayerOptions :
GaugeDependencyObject
Public Class LayerOptions
Inherits GaugeDependencyObject
The following members return LayerOptions objects:
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.
Object DispatcherObject DependencyObject Freezable GaugeDependencyObject LayerOptions
See Also