标签: c# wpf xaml
我需要在XAML中为我的扩展器脚本提供解决方案。 应该实现两个扩展器总是分开相同的。
我有两个扩展器,下面的对象需要保证金: Upper Object.Margin.Top + Upper Object.Height + free space of 10 px
上方物体高度扩大140,未扩张29 上面的对象上边距是18。
==>我需要在未扩展状态下得到结果:168px(140 + 18 + 10) ==>我需要在未扩展状态下得到结果:57px(29 + 18 + 10)