Style

data class Style(val default: OudsBorderStyle, val drag: OudsBorderStyle)

Represents the available border styles in OUDS.

Constructors

Link copied to clipboard
constructor(default: OudsBorderStyle, drag: OudsBorderStyle)

Properties

Link copied to clipboard

The standard border style (usually solid).

Link copied to clipboard

The specific border style used when an element is being dragged (often dashed).