첨부 실행 코드는 나눔고딕코딩 폰트를 사용합니다.
728x90
반응형
728x170

▶ Expression Blend 참조 추가

Microsoft.Expression.Interactions
Microsoft.Expression.Prototyping.Interactivity
System.Windows.Interactivity

 

728x90

 

▶ XAML

<Button
    xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity"
    xmlns:ei="http://schemas.microsoft.com/expression/2010/interactions"
    Width="140"
    Height="100"
    Content="PlaySoundAction">
    <i:Interaction.Triggers>
        <i:EventTrigger EventName="Click">
            <ei:PlaySoundAction
                Source="http://127.0.0.1/ibelive.mp3"
                Volume="1" />
        </i:EventTrigger>
    </i:Interaction.Triggers>
</Button>

 

728x90
반응형
그리드형(광고전용)
Posted by icodebroker

댓글을 달아 주세요