Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <TextBlock Text="{Binding Text}">
  2. <TextBlock.ToolTip>
  3. <ToolTip
  4. DataContext="{Binding Path=PlacementTarget, RelativeSource={x:Static RelativeSource.Self}}"
  5. Visibility="{Binding Converter={StaticResource toolVisConverter}}">
  6. <TextBlock Text="{Binding Text}"/> <!-- tooltip content -->
  7. </ToolTip>
  8. </TextBlock.ToolTip>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement