GaugeLayerBase.Options Property
In This Article
Provides access to the settings that specify the shape and position of the current gauge layer.
Namespace: DevExpress.WinUI.Gauges
Assembly: DevExpress.WinUI.Gauges.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(null, Handler = "OptionsPropertyChanged")]
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 GaugeOptionsBase.ZIndex property to set the stacking order of different layers on the gauge control).
See Also