Question

No matter how I tried, there are blank areas in the corner when I try to fill in my brush which is created in ResourceDictionary. I tired Stretch = Fill, Uniform, and UniformToFill. None of them worked.

Was it helpful?

Solution

I guess you used transform rotation in your code. If you want to fill in a rectangle area. You must use rectangle shape brush instead of diamond or any other brush in shape other than rectangle. PS: rotated rectangle brushes may fill in ellipse, but will leave some blank for other shapes like polygon.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top