Back to Devexpress

TdxCustomBevel.Shape Property

vcl-dxbevel-dot-tdxcustombevel.md

latest1.1 KB
Original Source

TdxCustomBevel.Shape Property

Specifies the bevel shape.

Declaration

delphi
property Shape: TdxBevelShape read; write; default dxbsBox;

Property Value

TypeDefault
TdxBevelShapedxbsBox

Remarks

Values include:

ValueMeaning
dxbsNoneThe bevel is an empty space.
dxbsBoxThe bevel is drawn as a box.
dxbsFrameThe bevel is drawn as a frame.
dxbsLineTopA line is displayed at the bevel’s top.
dxbsLineBottomA line is displayed at the bevel’s bottom.
dxbsLineLeftA line is displayed at the bevel’s left side.
dxbsLineRightA line is displayed at the bevel’s right side.
dxbsLineCenteredHorzA vertical line is displayed at the bevel’s center.
dxbsLineCenteredVertA horizontal line is displayed at the bevel’s center.

The default value of the Shape property is dxbsBox.

See Also

TdxCustomBevel Class

TdxCustomBevel Members

dxBevel Unit