Deployment.Current.Dispatcher.BeginInvoke(delegate()
{
var value = Math.Round(e.X, 1) * 100;
BallTransform.TranslateX = value;
System.Diagnostics.Debug.WriteLine(value);
});
dispatcher에 대해서 공부하자 나중에
그냥 dispatcher와 deployment 의 dispatcher가 어떤게 다른지 알아볼것?
'Windows Phone 7' 카테고리의 다른 글
[wp7] behind에서 application bar 만들기 (0) | 2010.10.07 |
---|---|
[wp7] Enum 정리 (0) | 2010.10.05 |
[wp7] 기본 키패드(Number)에 . 키만 가능하게 만들기 (0) | 2010.10.04 |
[wp7] UserControl에 간략하게 Dependency Property 쓰는법 (0) | 2010.09.30 |
[wp7] childrun add한 UserControl 안에서 remove하기 (0) | 2010.09.28 |