1 Create a new DependencyProperty
2 ===============================
4 Add a field to the C++ class like this:
7 /* @PropertyType=double */
8 static DependencyProperty *BarProperty;
11 and do 'make' in this directory.
13 There's no need to define the property in any cpp file, nor register it
16 See README for more annotations.