2011-02-01 36 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为例