JVCL Help:TJvSpecialProgress.GradientBlocks
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSpecialProgress.GradientBlocks Property
[+] TJvSpecialProgress Methods
[+] TJvSpecialProgress Properties
Search in JVCL Help
Search in all projectsSummary
Specifies the fill method of the progress blocks.
Pascal
propertyGradientBlocks: Boolean;
Description
Set GradientBlocks to false to let the progress control fill each progress block using a one color fill. From left to right, the fill color turns gradually from StartColor into EndColor. Set GradientBlocks to true to let the control fill each progress blocks using a two-color gradient fill. From left to right, the begin color and end color of each block turns gradually from StartColor to EndColor.
See Also
About
Notes
Property Solid must be set to false, otherwise property GradientBlocks is ignored.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page