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