1. | Use Rectangle, TextBlock and Button as the VisualBrush | |  |
2. | Set Stroke, StrokeThickness for Rectangle | |  |
3. | Fill Rectangles with static ImageBrush resources | |  |
4. | Fill Rectangle with Bisque | |  |
5. | Rotating rectangles | |  |
6. | Rounded rectangle | |  |
7. | Rectangle with explicit size and position | |  |
8. | Rectangles with size and position controlled by parent | |  |
9. | Using ImageBrush to fill a Rectangle | |  |
|
10. | Draws a 100 by 50 rectangle with a solid blue fill | |  |
11. | Draws a 100 by 50 rectangle with a solid blue fill, a black outline, and rounded corners | |  |
12. | Rectangle StrokeThickness | |  |
13. | Rectangle.Stroke | |  |
14. | Use Customized LinearGradientBrush to paint a Rectangle | |  |
15. | Set RadiusX and RadiuxY for Rectangle | |  |
16. | Fill Rectangle with LinearGradientBrush static resource | |  |
17. | Using a DrawingBrush resource to draw Rectangle | |  |
18. | A rectangle with a linear fill | |  |
19. | A large rectangle built using an image brush | |  |
20. | Fill Rectangle with Resource | |  |
21. | Add Rectangle.Triggers collection into a style | |  |
22. | DashArray Stroke | |  |
23. | Dash patterns | |  |
24. | Put Rectangle into TextBlock | |  |
25. | Rectangle mouse down event | |  |
26. | Rectangle mouse down preview | |  |
27. | Change MaxHeight | |  |