LineJoin

enum LineJoin : Enum<LineJoin> , LayerProperty

The display of lines when joining.

Parameters

value

String value of this property

Entries

MITER
Link copied to clipboard
MITER("miter")

A join with a sharp, angled corner which is drawn with the outer sides beyond the endpoint of the path until they meet.

ROUND
Link copied to clipboard
ROUND("round")

A join with a rounded end which is drawn beyond the endpoint of the line at a radius of one-half of the line's width and centered on the endpoint of the line.

BEVEL
Link copied to clipboard
BEVEL("bevel")

A join with a squared-off end which is drawn beyond the endpoint of the line at a distance of one-half of the line's width.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
open override val value: String