Attributes
🔧 Properties
Button.create [
Button.margin 5.0
Button.content "button text"
]
...⚡ Events
Button.onClick (fun args -> // do something )
TextBox.onKeyDown (fun args -> // do something )
TextBox.onKeyUp (fun args -> // do something )
ListBox.onSelectionChanged (fun args -> // do something )
...
🧲 Attached Properties
📦 Content Properties
Last updated