如主题中如何通过 c# 在 windows phone 中设置 BlockArrow 的位置。
我试过了:(indic 是 BlockArrow 实例的名称)
indic.SetValue(BlockArrow.MarginProperty, 500d); //no possibility to say which margin I meant here
然后:
indic.Margin.Left = 400d;
但它说:Cannot modify the return value of 'System.Windows.FrameworkElement.Margin' because it is not a variable