1
0
Форкнуть 0

Added description to Bindings section

This commit is contained in:
Javier Suárez Ruiz 2019-05-29 20:48:00 +02:00
Родитель 8d96f4a217
Коммит c88bb21b9b
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -64,6 +64,8 @@ Other recommendations:
## Bindings
Don't use bindings for content that can be set statically. For example, setting Button.Text = "Accept" has less overhead than binding Button.Text to a ViewModel string property with value "Accept".
![Bindings](images/bindingsperf.png)
## Images