2011-02-01 3 views

답변

1

패널을 Button의 컨텐츠로 사용할 수 있습니다.
다음은 두 아이, TextBlockImage

<Button Width="75" Height="100"> 
    <StackPanel Orientation="Vertical"> 
     <TextBlock Text="Some Text"/> 
     <Image Source="C:\C1.png" Stretch="Uniform"/> 
    </StackPanel> 
</Button> 
StackPanel과 예제