Back to Devexpress

TrackBarEdit.Steps Property

wpf-devexpress-dot-xpf-dot-editors-dot-trackbaredit-e20bb535.md

latest1.8 KB
Original Source

TrackBarEdit.Steps Property

Gets or sets a collection of custom track bar steps. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DoubleCollection Steps { get; set; }
vb
Public Property Steps As DoubleCollection

Property Value

TypeDescription
DoubleCollection

A DoubleCollection of predefined custom steps.

|

Remarks

Use the Steps property to get or set a collection of custom steps.

When TrackBarEdit.IsSnapToStepEnabled property is set to true , the track bar’s thumb snaps to custom steps when dragging it alongside the track bar.

When TrackBarEdit.IsSnapToStepEnabled property is set to true and the TrackBarEdit.IsMoveToPointEnabled is set to false , the track bar’s thumb snaps to custom steps when clicking the track bar scale or zoom buttons.

See Also

TrackBarEdit Class

TrackBarEdit Members

DevExpress.Xpf.Editors Namespace