C#/기타
[C#|WPF] 커서를 모래시계로 만드는 방법
떡잎
2013. 2. 21. 21:41
커서 모래시계만들기
this.Cursor = Cursors.Wait;
디폴트 커서로 변경하기
this.Cursor = null;