Back to Devexpress

ScaleLayerBase.Options Property

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

latest1.3 KB
Original Source

ScaleLayerBase.Options Property

Provides access to the settings that specify the shape and position of the current scale 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 scale).

See Also

ScaleLayerBase Class

ScaleLayerBase Members

DevExpress.Xpf.Gauges Namespace