は、これは私が公共の財産である私を促し、それ自体の位置wpfのコンポーネントのプロパティを変更するには?
に視覚的なスタジオを、その後、ボタンをクリックして変更したい非常に単純なケース
で、タイプはdoubleです。なぜ値を変更できないのですか?そして、私はトップのプロパティを変更する方法を提供していないので、どのようにプロパティを変更することができますか?
<Button Content="Button" Grid.Column="1" Height="23" HorizontalAlignment="Left" Margin="0,0,0,0" Name="Button1" VerticalAlignment="Top" Width="75" Grid.Row="1" />
MsgBox(Button1.Margin.Top)
Button1.Margin.Top = 10
: http://stackoverflow.com/questions/1003772/whats-the-problem-with-this-code –