anchorPane

fun NodeManager.anchorPane(): AnchorPane

Add an AnchorPane to this manager.

Return

the control added.


inline fun anchorPane(configuration: KtfxAnchorPane.() -> Unit): AnchorPane

Create an AnchorPane with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.anchorPane(configuration: KtfxAnchorPane.() -> Unit): AnchorPane

Add an AnchorPane with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.