<TextBlock Text="{Binding Title}"/>
<TextBlock Text="{Binding Path=Title}"/>
<TextBlock> <TextBlock.Text> <Binding Path="Title"/> </TextBlock.Text> </TextBlock>
All these tags produce the same result.