BorderStyle

data class BorderStyle(val topLeft: Char, val topRight: Char, val bottomLeft: Char, val bottomRight: Char, val horizontal: Char, val vertical: Char)(source)

Defines the characters used to draw borders around UI components.

Constructors

Link copied to clipboard
constructor(topLeft: Char, topRight: Char, bottomLeft: Char, bottomRight: Char, horizontal: Char, vertical: Char)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bottomLeft: Char
Link copied to clipboard
val bottomRight: Char
Link copied to clipboard
val horizontal: Char
Link copied to clipboard
val topLeft: Char
Link copied to clipboard
val topRight: Char
Link copied to clipboard
val vertical: Char