制作复杂的渐变背景

时间:2014-09-10 09:25:25

标签: wpf gradient

我想制作用Photoshop制作的纯xaml背景。我无法找到办法。它甚至可能吗?

这是我想做的一个:

http://img4.hostingpics.net/pics/776650radient.png

我尝试使用RadialGradientBrush,但它甚至没有接近。

谢谢

1 个答案:

答案 0 :(得分:0)

您可以将此图片作为背景图片插入

 <Button.Background>
        <ImageBrush ImageSource="Source.jpg"/>
    </Button.Background>

或者如果你想拥有xaml代码,你可以打开Blend - &gt;档案 - &gt;导入 - &gt;导入Adobe Photoshop文件。后一种出路并不总是完全相同。