Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的装饰器是使用 OnRender 中的 drawingContext 在代码中绘制的。我希望用户能够单击装饰器或上面的按钮来关闭它。我会在装饰者的 MouseButtonEventHandler 中做什么来做到这一点?
我想我需要将它从装饰控件的装饰层中删除,但我看不出我是如何从装饰器本身触发它的。
在此先感谢您的任何指点。
找到了一个更好的解决方案 - 允许用户将装饰器(在本例中为便笺)拖到一边。