TdxCustomBevel.Shape Property
Specifies the bevel shape.
Declaration
property Shape: TdxBevelShape read; write; default dxbsBox;
Property Value
| Type | Default |
|---|---|
| TdxBevelShape | dxbsBox |
Remarks
Values include:
| Value | Meaning |
|---|---|
| dxbsNone | The bevel is an empty space. |
| dxbsBox | The bevel is drawn as a box. |
| dxbsFrame | The bevel is drawn as a frame. |
| dxbsLineTop | A line is displayed at the bevel’s top. |
| dxbsLineBottom | A line is displayed at the bevel’s bottom. |
| dxbsLineLeft | A line is displayed at the bevel’s left side. |
| dxbsLineRight | A line is displayed at the bevel’s right side. |
| dxbsLineCenteredHorz | A vertical line is displayed at the bevel’s center. |
| dxbsLineCenteredVert | A horizontal line is displayed at the bevel’s center. |
The default value of the Shape property is dxbsBox.
See Also