Bind a value expression to a property.
Use the property binding structure to bind a value expression to a given property, so that user can override a property value at runtime.
id of the element which defines the property.
Each element has a unique "id" attribute. User defines a property binding for a property on an element. ID is used to specify the element.
Name of the binding property.
Name of the property that user want to define a property binding, the property should be defined on the element.
Overriden value expression
Value expression, user can link the value to a parameter, so that the property value can be changed at runtime.