|
|
|
Min Property, ProgressBarPartClass Class |
Defines the progressbar's minimum position value.
Syntax ProgressBarPartClass Class (Softelvdm.Controls)
VB |
Public Property Min As Integer |
C# |
public int Min { get; set; } |
C++ |
public: property int Min { |
Property Value
The minimum value.
The default value is 0.
Comments
The Min property defines the progressbar's minimum position value.
A progressbar displays a gauge defined by the minimum and maximum values Min and Max, with the current position Value. The Value property must always be between Min and Max.
Min must be less or equal to Max.
Version Information
Supported in version 1.0.
Products Table