JVCL Help:TJvSpecialProgress.GradientBlocks

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvSpecialProgress.Solid


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