Hello @guess_me_if_u_can,
It's preferable to use {TemplateBinding}
when {TemplateBinding}
is capable of covering your requirement, Linking the value of a property in a control template to the value of some other exposed property on the templated control. And also note
Using x:Bind in a ControlTemplate requires Windows 10, version 1809 (SDK 17763) or later. For more info about target versions, see Version adaptive code.
If you really care about the performance under different conditions, you can consult it at https://github.com/microsoft/microsoft-ui-xaml/issues.