2010-03-05 8 views

답변

13

나는 ... 당신이 바인딩의 RelativeSource를 사용할 필요가

<Button Background="Red" Command="{Binding ChangeColorCommand}" 
     CommandParameter="{Binding 
      RelativeSource={RelativeSource Self}, 
      Path=Background}"/> 
+0

감사합니다 생각, 정확하게 원하는 결과! –