Back to Devexpress

GaugeLayerBase.Options Property

wpf-devexpress-dot-xpf-dot-gauges-dot-gaugelayerbase.md

latest1.3 KB
Original Source

GaugeLayerBase.Options Property

Provides access to the settings that specify the shape and position of the current gauge layer.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public LayerOptions Options { get; set; }
vb
Public Property Options As LayerOptions

Property Value

TypeDescription
LayerOptions

A LayerOptions object that contains the settings of the 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 gauge control).

See Also

GaugeLayerBase Class

GaugeLayerBase Members

DevExpress.Xpf.Gauges Namespace