Tagged Questions

9
votes
1answer
2k views

Wpf, using a StaticResource SolidColorBrush to define the Gradient Stop Colors

I am creating some wpf resource dictionaries with all the styles for an application! I have a few LinearGradientBrushes, where the color is set directly in the LinearGradientBrush reference as ...
3
votes
3answers
85 views

Window background color: appears darker than specified?

I'm trying to play around with colors in WPF and the form's background color. Without doing ANYTHING ELSE (no code behind, deriving from another class, etc), I create a brand new default Windows ...
2
votes
1answer
254 views

Preventing deformation in XAML Grid's background when resizing

I am writing a brush in XAML that I can use to paint the background of a Grid to create a banner. It looks like this: I want the brush to "stretch" with the Grid when the Window resizes, but I do ...
0
votes
3answers
1k views

Using multiple brushes within a single GeometryDrawing in WPF

Is it possible to use multiple brushes within a single GeometryDrawing? I have several geometries that I want to draw with different brushes, and it's rather verbose to have to declare an individual ...