开发者

Does anyone know how to create a WPF button with style?

开发者 https://www.devze.com 2023-04-02 02:41 出处:网络
Does anyone know h开发者_运维问答ow to create / add a button where has a style. I\'m trying to create a button where intead of being a rectangular border.. would be a meteor border (in order that is a

Does anyone know h开发者_运维问答ow to create / add a button where has a style. I'm trying to create a button where intead of being a rectangular border.. would be a meteor border (in order that is a image), and inside would be the content (with background black).

But I'm having a hard time with the image.


You would make the background an "ImageBrush", and point to your meteor picture.

Here's a link explaining ImageBrushes: http://msdn.microsoft.com/en-us/library/aa970904.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消