■ ElementSoundPlayer 클래스의 State 정적 속성을 사용해 컨트롤의 소리 재생 여부를 설정하는 방법을 보여준다.
▶ 예제 코드 (C#)
1 2 3 4 5 |
using Windows.UI.Xaml; ElementSoundPlayer.State = ElementSoundPlayerState.On; |
■ ElementSoundPlayer 클래스의 State 정적 속성을 사용해 컨트롤의 소리 재생 여부를 설정하는 방법을 보여준다.
▶ 예제 코드 (C#)
1 2 3 4 5 |
using Windows.UI.Xaml; ElementSoundPlayer.State = ElementSoundPlayerState.On; |