label
Add a Label to this container.
Return
the control added.
inline fun label(text: String? = null, graphic: Node? = null, configuration: Label.() -> Unit): Label
Create a Label with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun NodeContainer.label(text: String? = null, graphic: Node? = null, configuration: Label.() -> Unit): Label
Add a Label with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.