bindTo
The value of this property is bound to the value of property to.
WARNING. These binds use a strong reference to the to property. So if this binding is the last reference, it will prevent to from being garbage collected. As Properties have a reference to their owning class, this could lead to a memory leak of a large number of objects (not just Property to).
If you attempt to set value when a property is bound, a PropertyException is thrown.