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

TrackBarRange(Int32, Int32) Constructor

Initializes a new instance of the TrackBarRange class.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public TrackBarRange(
    int minimum,
    int maximum
)

Parameters

Name Type Description
minimum Int32

An integer value that specifies the minimum limit of the range. This value is assigned to the TrackBarRange.Minimum property.

maximum Int32

An integer value that specifies the maximum limit of the range. This value is assigned to the TrackBarRange.Maximum property.

See Also