Back to Devexpress

TrackBarEdit.IsSnapToStepEnabled Property

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

latest1.2 KB
Original Source

TrackBarEdit.IsSnapToStepEnabled Property

Gets or sets whether snapping to steps is enabled.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsSnapToStepEnabled { get; set; }
vb
Public Property IsSnapToStepEnabled As Boolean

Property Value

TypeDescription
Boolean

true, to enable snapping to steps; otherwise, false.

|

Remarks

If the IsSnapToStepEnabled property is set to true and an end-user drags the thumb or clicks the track, the thumb snaps to positions that correspond to track bar steps.

See Also

TrackBarEdit Class

TrackBarEdit Members

DevExpress.Xpf.Editors Namespace