Skip to main content

TdxBarProgressItem.Smooth Property

Specifies the bar drawing style of a progress indicator.

Declaration

property Smooth: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the Smooth property to True to draw a progress indicator as a rectangle filled with a solid color. Set the Smooth property to False to draw a progress indicator as a rectangle filled with a solid color and divided by sections (small rectangles).

Value Example
False
True

The default value of the Smooth property is False.

See Also