按钮的stackpanel中的Textblock文本未显示

时间:2013-03-03 16:04:34

标签: wpf button text textblock stackpanel

我有以下代码:

 <Button Width="30" Name="RestoreButton" Height="30" Focusable="False" VerticalAlignment="Top" HorizontalAlignment="Right" FontSize="11" Background="Transparent" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" BorderThickness="0" BorderBrush="Transparent" Foreground="Transparent" Margin="0,0,30,0">
            <StackPanel>
                <Image Source="Images/maximizewindow.png" RenderTransformOrigin="1.692,0.564" />
                <TextBlock Text="Teljes méret" Foreground="Gray" />
            </StackPanel>
        </Button>

我创建了一个带有图像背景的按钮。但如果我移动,或点击按钮,它不会显示文本块的文本。为什么?

0 个答案:

没有答案