Skip to main content

TrackBarRange(Int32, Int32) Constructor

Initializes a new instance of the TrackBarRange class.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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