嗨,我有一个ToggleButton用ToolTip,内容ToolTip与绑定Text属性.现在我需要我的风格ToolTip中ToggleButton.我知道它不是让我内应用样式ToggleButton的ToolTip,我不知道该怎么办呢?任何建议都非常感谢.
这是我的代码看起来
<ToggleButton x:Name="btn" ToolTip="{Binding ElementName=tbText, Path=Text, Mode=TwoWay}" Margin="10,0,0,20" Style="{StaticResource bubbleStyle}" />
Run Code Online (Sandbox Code Playgroud)