Skip to main content

TrackBarEdit.DecrementLarge(TrackBarIncrementTargetEnum) Method

Decreases the specified range parameter by the RangeBaseEdit.LargeStep property’s value.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public void DecrementLarge(
    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