Skip to content

Attributes

NameUse
AutoTooltipSet 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>

TextBlockAttach.AutoTooltip

Released under the MIT License.