Skip to content

Instantly share code, notes, and snippets.

@atzimler
Created May 17, 2017 10:48
Show Gist options
  • Save atzimler/b24c7f90da5504a27bc1c34809eb6fc7 to your computer and use it in GitHub Desktop.
Save atzimler/b24c7f90da5504a27bc1c34809eb6fc7 to your computer and use it in GitHub Desktop.
var binding = new Binding(nameof(LabelData)) { Source = this, Mode = BindingMode.OneWay };
BindingOperations.SetBinding(UpdatedLabel, TextBlock.TextProperty, binding);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment