Skip to main content

TdxBevelShape Enum

Declaration

TdxBevelShape = (
    dxbsNone,
    dxbsBox,
    dxbsFrame,
    dxbsLineTop,
    dxbsLineBottom,
    dxbsLineLeft,
    dxbsLineRight,
    dxbsLineCenteredHorz,
    dxbsLineCenteredVert
);

Members

Name
dxbsNone
dxbsBox
dxbsFrame
dxbsLineTop
dxbsLineBottom
dxbsLineLeft
dxbsLineRight
dxbsLineCenteredHorz
dxbsLineCenteredVert
See Also