问题描述
- wpf中,我想要将一段XAML转换为C#后台代码,请问如何实现
-
local:MyToolTipContent/
/tt:ToolTipBehavior
/i:Interaction.Behaviors
解决方案
你的代码挂了~~~~~~~~~~~~
解决方案二:
local:MyToolTipContent/
/tt:ToolTipBehavior
/i:Interaction.Behaviors
解决方案三:
<Button Content="执行" Margin="521,559,15,12">
<i:Interaction.Behaviors>
<tt:ToolTipBehavior Category="Informational">
<local:MyToolTipContent/>
</tt:ToolTipBehavior>
</i:Interaction.Behaviors>
</Button>
时间: 2024-11-29 16:05:53