Skip to main content
All docs
V23.1

TdxSVGLineCapStyle Enum

Declaration

TdxSVGLineCapStyle = (
    lcsDefault,
    lcsButt,
    lcsSquare,
    lcsRound
);

Members

Name
lcsDefault
lcsButt
lcsSquare
lcsRound
See Also