Microsoft
Software
Hardware
Network
Question : How to make WPF button background color silver?
Dear All,
I'd like to make the backgroud color of my button to be silver, just like the button material is "metal". And it doesn't need to keep shining.
P.S. Simply set in style "<Setter Property="Background" Value="Silver">" cannot give that effect.
Thanks heaps!
Answer : How to make WPF button background color silver?
Silver is just a solid color.
In order to give it a shine, you need to use a LinearGradientBrush in the Button's template which will provide a gradient color to the button.
Here are some links which will provide you with sample templates
http://blogs.msdn.com/b/mg
rayson/arc
hive/2007/
02/16/crea
ting-
a-gla
ss-button-
the-comple
te-tutoria
l.aspx
http://learnwpf.com/Posts/
Post.aspx?
postId=ef7
3ce54-ca51
-
4719-91b5
-1ed7a4ebe
ca2
http://www.smartchitecture
.com/blog/
post/A-Sim
ple-Glossy
-
Button-wi
th-WPF.asp
x
Random Solutions
OEM Crystal Viewer vs 3rd Party Crystal Viewer
sql server smtp port
Printer Migration from Windows 2003 to Windows 2008 R2
Finding file owner - getting an error: identity references could not be translated
Gigabit motherboard but only running 100 Mbps on LAN
Accuracy of data
Updating Secondary MX Records
Internet Explorer Nonfunctional After IE8 Upgrade
I am looking forward to learn about JSF with ICEfaces
Mouseover on div.a changes layout of div.b (pure CSS)