在缩放以调整其内容中所有对象的大小时阻止 ContentPresentor
嘿伙计们, 我有一个 ContentPresenter,其中包含图像和一些椭圆(点)。 ContentPresenter 上有缩放行为,它会缩放其中的所有对象。 有谁知道如何停止椭圆的缩放?
谢谢
Hey guys,
I have a ContentPresenter which contains Image inside of it and a few Ellipses (points).
There's a Zoom behavior on the ContentPresenter and it scales all the objects inside of it.
Does anyone have an idea how to stop the scaling of the Ellipses?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为可以自动完成此操作,您可能需要找到一些策略来“取消缩放”椭圆。我对此示例做了类似的操作,但关于线条粗细: http://www .felicepollano.com/2011/03/21/ACADFriendlyWPFZoomBehavior.aspx 我认为你可以理解这个想法。
I don't thin it would be possible to do it automatically, you probably need to find some strategy to "unscale" the ellipses. I did something similar, but about line thickness, on this sample: http://www.felicepollano.com/2011/03/21/ACADFriendlyWPFZoomBehavior.aspx and I think you can grab the idea.