Tagged Questions

0
votes
2answers
95 views

WPF Change Style’s Brush Color

I have the following styles in WPF to draw and color a box, which is a custom control with various PART_Name items defined in a ResourceDictionary: <ResourceDictionary> . . . <Brush …
1
vote
1answer
50 views

Silverlight Drawingbrush

I'm new in Silverlight, and I'm looking for something like a drawing brush on Silverlight without success. I saw Tamir Khason blog on building a drawing brush in Silverlight and i download the code …
1
vote
1answer
208 views

Why doesn’t this WPF code generate a context menu?

Perhaps I'm having a Post-Ballmer-Peak Moment. I'm hoping that someone can help point out the obvious to me. Why does this code generate a context menu on right click: <Canvas …
0
votes
1answer
92 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 …