styledBorderPane

fun styledBorderPane(vararg styleClass: String, id: String? = null): BorderPane

Create a styled BorderPane.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledBorderPane(vararg styleClass: String, id: String? = null): BorderPane

Add a styled BorderPane to this manager.

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 NodeManager.styledBorderPane(vararg styleClass: String, id: String? = null, configuration: KtfxBorderPane.() -> Unit): BorderPane

Add a styled BorderPane with configuration block to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.

configuration

the configuration block.