Darf
Darf

Reputation: 2585

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

Does anyone know how 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.

Upvotes: 1

Views: 78

Answers (1)

Timothy Khouri
Timothy Khouri

Reputation: 31845

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

Upvotes: 2

Related Questions