Tagged Questions
4
votes
2answers
803 views
WPF Gradient in 2 directions
If i want to make the edges of a selected item in a Listbox look smooth I do this:
<Setter Property="Background" TargetName="Bd">
<Setter.Value>
<LinearGradientBrush ...
1
vote
1answer
500 views
Silverlight: use GradientBrush resource for state animation
I have a set of controls (Button, ToggleButton) I want to have the same style, so I have created a few gradient brushes for normal/disabled/enabled states in my ResourceDictionary, e.g. ...
1
vote
1answer
249 views
Is there a MergedGradientBrush in wpf?
Suppose I had two brushes.
One that was a linear gradient brush that was from Dark to light
One was a radial brush that went from Dark to light.
How could I merge the brushes so that when I apply ...
0
votes
1answer
78 views
BorderBrush and Background not match
I am having a problem with BorderBrush and Background. They both are set to the same gradient but as border starts higher, they don't match. How do I make it match? These are 5 buttons in the image:
...
0
votes
1answer
705 views
Line with different solid colors, solidcolorbrush with gradient stops but without the gradients
In Silverlight (version 3 preview), I want to create a Line with different solid colors, so no gradients between colors.
Basically I want to do the following:
<Line X1="0" X2="500" ...