TcxCustomProgressBarProperties.BarBevelOuter Property
In This Article
Specifies whether the progress bar is raised, lowered or flat.
#Declaration
Delphi
property BarBevelOuter: TcxProgressBarBevelOuter read; write; default cxbvNone;
#Property Value
Type | Default |
---|---|
Tcx |
cxbv |
#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 |
---|---|---|
cxbv |
The progress bar is flat. | ![]() |
cxbv |
The progress bar is lowered. | ![]() |
cxbv |
The progress bar is raised. | ![]() |
Note
The Bar
The default value of the BarBevelOuter property is pbbvNone.
See Also