Skip to content

Instantly share code, notes, and snippets.

@atzimler
Created April 17, 2017 03:47
Show Gist options
  • Save atzimler/7d302edff4ba94f71f6273d8e58ceec1 to your computer and use it in GitHub Desktop.
Save atzimler/7d302edff4ba94f71f6273d8e58ceec1 to your computer and use it in GitHub Desktop.
public static DependencyProperty MessageProperty =
DependencyProperty.Register(nameof(Message),
typeof(string),
typeof(HelloMessageButton),
new PropertyMetadata(null));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment