A WPF Image/Text Button

Posted by psheriff on ASP.net Weblogs See other posts from ASP.net Weblogs or by psheriff
Published on Mon, 01 Oct 2012 16:03:00 GMT Indexed on 2012/10/01 21:39 UTC
Read the original article Hit count: 337

Filed under:
|
|
Some of our customers are asking us to give them a Windows 8 look and feel for their applications. This includes things like buttons, tiles, application bars, and other features. In this blog post I will describe how to create a button that looks similar to those you will find in a Windows 8 application bar. In Figure 1 you can see two different kinds of buttons. In the top row is a WPF button where the content of the button includes a Border, an Image and a TextBlock. In the bottom row are four...(read more)

© ASP.net Weblogs or respective owner

Related posts about .NET

Related posts about User Controls