styledBorderPane
Create a styled BorderPane.
Return
the styled control created.
Parameters
styleClass
the CSS style class.
id
the CSS id.
inline fun NodeContainer.styledBorderPane(vararg styleClass: String, id: String? = null): BorderPane
Add a styled BorderPane to this container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
inline fun styledBorderPane(vararg styleClass: String, id: String? = null, configuration: KtfxBorderPane.() -> Unit): BorderPane
Create a styled BorderPane with configuration block.
Return
the styled control created.
Parameters
styleClass
the CSS style class.
id
the CSS id.
configuration
the configuration block.
inline fun NodeContainer.styledBorderPane(vararg styleClass: String, id: String? = null, configuration: KtfxBorderPane.() -> Unit): BorderPane
Add a styled BorderPane with configuration block to this container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
configuration
the configuration block.