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
Refresh only current iframe on F5
Can't access variable in code behind page
In between Asterisk BLF
Anyone run an online backup software along side Ghost with no conflicts.
"Invalid Partition Table" - What are my options?
How do I hide/show divs in a custom (ascx) control inside an asp:repeater control?
Getting an operation failed error when logging into the Plesk Panel
Remote access VPN via Thompson TG585 v7
Disable IMAP service in Exchange 2010 Certificate?!
Command:Click:Command is working fine for Button but its not working for Hyperlink