# Binding in a Control Template
When you're creating a control template and you want to bind to the templated parent you can use:
```markup
```
Although the two syntaxes shown here are equivalent in this case, there is a difference. `TemplateBinding` accepts only a single property rather than a property path, so if you want to bind using a property path you must use the second syntax:
```markup
```