Skip to main content
A newer version of this page is available. .

TrackBarEdit.IncrementSmall(TrackBarIncrementTargetEnum) Method

Increments the specified range parameter by the RangeBaseEdit.SmallStep property’s value.

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public void IncrementSmall(
    TrackBarIncrementTargetEnum target
)

Parameters

Name Type Description
target TrackBarIncrementTargetEnum

A TrackBarIncrementTargetEnum enumeration value that specifies which range parameter is changed.

Remarks

A track bar editor supports four built-in styles which define its appearance and behavior:

See Also