System.Windows.Forms.TrackBar.Minimum Property

Gets or sets the lower limit of the range this System.Windows.Forms.TrackBar is working with.

Syntax

[System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.All)]
[System.ComponentModel.DefaultValue(0)]
public int Minimum { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can use the TrackBar.SetRange(int, int) method to set both the TrackBar.Maximum and TrackBar.Minimum properties at the same time.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0