IProgressBar.Smooth

Syntax

Smooth: Boolean;

Description

The Smooth property determines a progress bar look.

Comments

If the property is set to True, the progress bar is displayed as a smooth rectangle, which length depends on value of the Position property, otherwise, the progress bar is displayed as several separated rectangles.

NOTE. On working in operating system using the Aero theme (Windows Vista, Windows 7), smooth rendering of progress bars is used. The Smooth property does not impact the progress bar view.

See also:

IProgressBar