I was expecting the title of the screen tip to show "X" as well, but it is empty:
<Fluent:Button x:Name="rbNewProject"
Header="X">
<Fluent:Button.ToolTip>
<Fluent:ScreenTip Title="{Binding Header, RelativeSource={RelativeSource FindAncestor, AncestorType=Fluent:Button}}">
</Fluent:ScreenTip>
</Fluent:Button.ToolTip>
</Fluent:Button>
I suspect my binding expression is wrong, but I can't figure it out...