TextBlock
Usage
Basic usage
TextBlock.create [
TextBlock.text <text-for-box>
]Properties
TextBlock.create [
TextBlock.background "red"
TextBlock.text "Critical malfunction!"
]TextBlock.create [
TextBlock.foreground "green"
TextBlock.text "All systems operational."
]Last updated