Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardt-Coded authored Jun 15, 2022
1 parent d8f5eb3 commit beb9f6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,12 @@ https://www.nuget.org/packages/Terminal.Gui.Elmish
dotnet add package Terminal.Gui.Elmish
```

#Referencing the underlying Element
# Referencing the underlying Element

You can reference the underlying element. Also use this to influcence further setting when the element is created!

use `prop.ref (fun view -> ...)`

```fs
View.button [
prop.position.x.center
Expand Down

0 comments on commit beb9f6b

Please sign in to comment.