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.
我需要一种方法来动态检索(不知道什么类型的 frameworkElement)、内容/项目演示者大小以及以任何形式从所有者的边缘偏移。
我需要创建一个覆盖控件内容区域的装饰器。
使用 VisualTreeHelper 从对象中识别 ContentPresenter/ItemPresenter(如果存在)。
使用以下代码获取偏移量:
presenter.TransformToVisual(control).Transform(new Point(0,0));
调用演示者任何可以为您提供大小的所需属性(实际 [高度/宽度] 等)