New to KendoReact? Start a free 30-day trial
LineCap
LineCapPremium
The cap style of a line.
Value | Description | |
---|---|---|
butt | ![]() | A flat edge with no cap |
round | ![]() | A rounded cap |
square | ![]() | A square cap |
type
LineCap = "butt" | "round" | "square";