程序执行期间的可变背景

时间:2019-07-13 11:41:23

标签: c# wpf xaml

我有个小问题,我需要在程序执行期间设置一个可变的background(background是image)。我检查了其他社区,但没有找到。

<Grid Width="580" Height="312">
        <Grid.Background>
            <ImageBrush ImageSource="Icons/friends.png" Opacity="0.25"/>
        </Grid.Background>
    </Grid>

我希望,在程序执行期间,我会在后台得到不同的图像。如果我得到XAML的结果,那就太好了。例如,在程序执行背景的第一分钟,将其更改为image1,然后在这一分钟后更改背景,并更改背景image2

0 个答案:

没有答案