Skip to main content

ArcScaleRangeBarOptions.ZIndex Property

Gets or sets the z-index of a range bar.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public int ZIndex { get; set; }

Property Value

Type Description
Int32

An integer value that is the z-index.

Property Paths

You can access this nested property as listed below:

Object Type Path to ZIndex
ArcScaleRangeBar
.Options .ZIndex
See Also