anchorPane

inline fun NodeContainer.anchorPane(): AnchorPane

Add an AnchorPane to this container.

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 NodeContainer.anchorPane(configuration: KtfxAnchorPane.() -> Unit): AnchorPane

Add an AnchorPane with configuration block to this container.

Return

the control added.

Parameters

configuration

the configuration block.