0

次のコードがあります。

 <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>

画像の背景を持つボタンを作成します。しかし、ボタンに移動するかクリックすると、テキストブロックのテキストが表示されません。なんで?

4

0 に答える 0