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

TrackBarEdit.Increment(Double, TrackBarIncrementTargetEnum) Method

Increments the specified range parameter by the specified value.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public void Increment(
    double value,
    TrackBarIncrementTargetEnum target
)

Parameters

Name Type Description
value Double

A Double value to be added.

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