This followings are most important binding properties and their description in XAML
Property : Description
Converter: Sets the converter to be used.
ElementName: The name of the element to which the binding is to be made.
FallbackValue : Sets the value to use when binding cannot return a value.
Mode: Sets the direction of the binding.
Path: The path to the element property being used as the data source.
RelativeSource: Sets the binding source by specifying an element relative to the current element.
Source The source object to use for binding.
StringFormat : Specifies the format of the string representation of a value if the element is bound to a string property.
UpdateSourceTrigger: Sets the events on which binding will occur.
ValidationRules: A collection of the validation rules applied against a binding.