WPF TemplateBinding vs RelativeSource TemplatedParent

Apa perbedaan antara 2 binding ini: <ControlTemplate TargetType="{x:Type Button}"> <Border BorderBrush="{TemplateBinding Property=Background}"> <ContentPresenter /> </Border> </ControlTemplate> dan <ControlTemplate TargetType="{x:Type Button}"> <Border...