I have this:
...
I want to bind only the \"Top\" part of the TabContr
\"Top\"
You could try something like this answer from another question.
The solution uses an attached property that allows for XAML like the following:
The attached property is also backed by a DependencyObject so data binding will work.