LineStyle

Stroke pattern applied to lines, dividers, and shape outlines.

Reused by com.conamobile.pdfkmp.dsl.divider and (eventually) by drawLine, strokeRect, drawPath so any vector outline can be dashed or dotted instead of solid.

Entries

Link copied to clipboard

Continuous line, no gaps.

Link copied to clipboard

Long dashes separated by gaps roughly equal to the dash length.

Link copied to clipboard

Round dots — short on/off pattern that reads as a discrete sequence.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): LineStyle

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.