TcxCustomProgressBarProperties.BarBevelOuter Property
Specifies whether the progress bar is raised, lowered or flat.
Declaration
property BarBevelOuter: TcxProgressBarBevelOuter read; write; default cxbvNone;
Property Value
Type | Default |
---|---|
TcxProgressBarBevelOuter | cxbvNone |
Remarks
Use the BarBevelOuter property to change the bevel style of the progress bar. The table below illustrates how different values of this property affect the bar’s appearance.
Value | Description | Sample |
---|---|---|
cxbvNone | The progress bar is flat. | |
cxbvLowered | The progress bar is lowered. | |
cxbvRaised | The progress bar is raised. |
Note
The BarBevelOuter property is not in effect when images are displayed instead of the progress bar (the BarStyle property is set to cxbsBitmap or cxbsBitmapLEDs). It also doesn’t affect the control’s appearance when native painting is used (the Style.LookAndFeel.NativeStyle property is set to True).
The default value of the BarBevelOuter property is pbbvNone.
See Also