Attributes
| Name | Use |
|---|---|
| AutoTooltip | Set whether to show tooltips automatically |
Use Cases
AutoTooltip Set whether to show tooltips automatically
xml
<hc:SimplePanel Width="100" VerticalAlignment="Center" HorizontalAlignment="Center">
<TextBlock hc:TextBlockAttach.AutoTooltip="True" Text="EEEEEEEEEEEEEEEEEEEE"/>
</hc:SimplePanel>