Ghost1372

everything can be handy

TextBlockAttach

Attributes

Name Use
AutoTooltip Set whether to show tooltips automatically

Use Cases

AutoTooltip Set whether to show tooltips automatically

1
2
3
<hc:SimplePanel Width="100" VerticalAlignment="Center" HorizontalAlignment="Center">
<TextBlock hc:TextBlockAttach.AutoTooltip="True" Text="EEEEEEEEEEEEEEEEEEEE"/>
</hc:SimplePanel>

TextBlockAttach.AutoTooltip

0%