tornadofx / tornadofx / BorderImageSlice

BorderImageSlice

class BorderImageSlice

Constructors

<init> BorderImageSlice(widths: CssBox<Dimension<LinearUnits>>, filled: Boolean = false)

Properties

filled val filled: Boolean
widths val widths: CssBox<Dimension<LinearUnits>>

Extension Functions

getProperty fun <T> Any.getProperty(prop: KMutableProperty1<*, T>): ObjectProperty<T>
observable fun <T : Any> Any.observable(propName: String): ObjectProperty<T>