Tagged Questions
The gradientstop tag has no wiki summary.
2
votes
3answers
1k views
How to bind GradientStop Colours or GradientStops Property in Silverlight?
I want to be able to have a dynamic Gradient in Silverlight, such as below:
<RadialGradientBrush GradientOrigin="0.20,0.5" Center="0.25,0.50"
RadiusX="0.75" RadiusY="0.5">
...
1
vote
0answers
383 views
OpacityMask from LinearGradientBrush with Absolute GradientStops in Silverlight 3
My question is similar to this one.
However, the answer in that thread does not work for me, because I'm using the LinearGradientBrush for an opacity mask.
I've got a grid with three rows:
...
1
vote
2answers
1k views
WPF: How do I bind the color property of a gradientstop that is located in a controlTemplate in vb code?
I need to do this in order to create a dynamic background brush for a custom control (inherits ContentControl). My custom control has two dependency properties: StartColor and EndColor. In the control ...
0
votes
1answer
226 views
How to make a diagonal css gradient without the colors blending together(a sharp color change) that's displaced 70% to the right?
I can't find any css gradient color generators that do what i'm trying to do.
A diagonal gradient with no blending, just a sharp color change from #252525 to #0099ff(for example), with the line where ...
0
votes
2answers
696 views
Absolute GradientStops in LinearGradientBrushes
How can I go about specifying absolute Offsets for the GradientStops in my LinearGradientBrush?
I have a GridView with a LinearGradientBrush as the background:
<Grid.Background>
...