Specifies how the bar outer bevel is drawn.
Declaration
componentPropObj.BarBevelOuter
Read-Write Property | String |
componentPropObj | One of the objects listed in the Applies To section |
Applies To
This property applies to the following objects:
Description
The bar of a TcxProgressBar
component can have a raised, lowered or flat look. Use the BarBevelOuter
property to get or set the style of the bar’s outer bevel.
Property Value
One of the following string values:
Value | Description |
---|---|
“cxbvNone ” |
The bar has no bevel and appears flat. |
“cxbvLowered ” |
The bar appears lowered. |
“cxbvRaised ” |
The bar appears raised. |