ScaleLayerBase.Options Property
In This Article
Provides access to the settings that specify the shape and position of the current scale layer.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
public LayerOptions Options { get; set; }
#Property Value
Type | Description |
---|---|
Layer |
A Layer |
#Remarks
Use the LayerOptions object returned by the Options property to customize different layer settings (e.g. the LayerOptions.ZIndex property to set the stacking order of the different layers on the scale).
See Also