styledPane
Create a styled Pane.
Return
the styled control created.
Parameters
styleClass
the CSS style class.
id
the CSS id.
Add a styled Pane to this container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
inline fun styledPane(vararg styleClass: String, id: String? = null, configuration: KtfxPane.() -> Unit): Pane
Create a styled Pane 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.styledPane(vararg styleClass: String, id: String? = null, configuration: KtfxPane.() -> Unit): Pane
Add a styled Pane 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.