TdxCustomBevel.Shape Property
In This Article
Specifies the bevel shape.
#Declaration
Delphi
property Shape: TdxBevelShape read; write; default dxbsBox;
#Property Value
Type | Default |
---|---|
Tdx |
dxbs |
#Remarks
Values include:
Value | Meaning |
---|---|
dxbs |
The bevel is an empty space. |
dxbs |
The bevel is drawn as a box. |
dxbs |
The bevel is drawn as a frame. |
dxbs |
A line is displayed at the bevel’s top. |
dxbs |
A line is displayed at the bevel’s bottom. |
dxbs |
A line is displayed at the bevel’s left side. |
dxbs |
A line is displayed at the bevel’s right side. |
dxbs |
A vertical line is displayed at the bevel’s center. |
dxbs |
A horizontal line is displayed at the bevel’s center. |
The default value of the Shape property is dxbsBox.
See Also