NonEmptyBordersBuilder

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract var innerPadding: Double

Specifies the inner padding of the four lines of this border.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract var outerPadding: Double

Specifies the outer padding of the four lines of this border.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract var radius: Double

Specifies the radius of the four corners of the line of this border.

Link copied to clipboard
abstract var title: String

If desired, this specifies the title text to show in this border.

Functions

Link copied to clipboard
abstract fun innerPadding(top: Double, right: Double, bottom: Double, left: Double)

Specifies that the line wrapping the node should have inner padding as specified.

Link copied to clipboard
abstract fun outerPadding(top: Double, right: Double, bottom: Double, left: Double)

Specifies that the line wrapping the node should have outer padding as specified.

Link copied to clipboard
abstract fun radius(top: Double, right: Double, bottom: Double, left: Double)

Specifies that the line wrapping the node should have corner radii as specified.