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