h3Of

fun h3Of(value: String): Label

Factory method to create a Label styled as an H3

Return

Label

Parameters

value

The text to place in the Label


fun h3Of(value: ObservableStringValue): Label

Factory method to create a Label styled as an H3 with its Text property bound to an ObservableStringValue

Return

Label

Parameters

value

ObservableStringProperty to bind the Label's Text property to