LineCap

enum LineCap : Enum<LineCap>

Specifies how to render the endpoints of the path when stroking. The default line cap style is BUTT.

Entries

UNKNOWN
Link copied to clipboard
common
Unrecognized line cap.
SQUARE
Link copied to clipboard
common
Use squared ending.
ROUND
Link copied to clipboard
common
Use a round ending.
BUTT
Link copied to clipboard
common
Start (stop) the line exactly at the start (end) point.

Properties

name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int