TdxBreadcrumbEditProgressBarProperties.MinValue Property
In This Article
Specifies the progress bar minimum position.
#Declaration
Delphi
property MinValue: Integer read; write; default 0;
#Property Value
Type | Default |
---|---|
Integer | 0 |
#Remarks
The MinValue and MaxValue properties specify the Position property’s range.
The default value of the MinValue property is 0.
See Also