textFlow

inline fun NodeContainer.textFlow(): TextFlow

Add a TextFlow to this container.

Return

the control added.


inline fun textFlow(configuration: KtfxTextFlow.() -> Unit): TextFlow

Create a TextFlow with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeContainer.textFlow(configuration: KtfxTextFlow.() -> Unit): TextFlow

Add a TextFlow with configuration block to this container.

Return

the control added.

Parameters

configuration

the configuration block.