1. | ImageBrush Examples | |  |
2. | ImageBrush TileMode="Tile" | | |
3. | ImageBrush TileMode="FlipX" | | |
4. | ImageBrush TileMode="FlipY" | | |
5. | ImageBrush TileMode="FlipXY" | | |
6. | The ImageBrush's content is vertically aligned with the top of the output area. | |  |
7. | The ImageBrush's content is vertically centered | |  |
8. | The ImageBrush's content is vertically aligned with the bottom of the output area | |  |
9. | The ImageBrush's content is right-aligned | |  |
|
10. | The ImageBrush's content is left-aligned | |  |
11. | The ImageBrush's content is centered horizontally | |  |
12. | With the Opacity Mask | |  |
13. | Use an ImageBrush to paint an area with an image | |  |
14. | None Stretch ImageBrush | |  |
15. | Uniform Stretch ImageBrush | |  |
16. | The ImageBrush's content is not tiled in this example | |  |
17. | The ImageBrush's content is tiled in this example | |  |
18. | The ImageBrush's content is flipped horizontally as it is tiled | |  |
19. | ImageBrush's content is not tiled | |  |
20. | ImageBrush's tiles are set to 10% by 10% of the output area | |  |
21. | ImageBrush's tiles are set to 10% by 30% of the output area | |  |
22. | ImageBrush's tiles are set to 50% by 50% of the output area | |  |
23. | ImageBrush's tiles are set to 25 by 25 pixels | |  |
24. | ImageBrush's tiles are set to 25 by 50 pixels | |  |
25. | ImageBrush ViewportUnits=Absolute | |  |
26. | The ImageBrush has its Stretch property set to Uniform: the image is expanded as large as possible | |  |
27. | ImageBrush has its Stretch property set to UniformToFill: image is expanded to completely fill the rectangle, but its aspect ratio is preserved | |  |
28. | ImageBrush has its Stretch property set to Fill: image is expanded to completely fill the rectangle. | |  |
29. | Text's Foreground = ImageBrush. The resulting text is filled with an image | |  |
30. | Panel's Background property with an ImageBrush | |  |
31. | The ImageBrush's content is flipped vertically as it is tiled | |  |
32. | The ImageBrush's content is flipped horizontally and vertically as it is tiled | |  |
33. | Fill rectangle with UniformToFill ImageBrush | |  |
34. | Fill Polygon with Left aligned Uniform ImageBrush | |  |
35. | RotateTransform ImageBrush.RelativeTransform | |  |
36. | RotateTransform ImageBrush.Transform | |  |
37. | Specifying a Stretch and a TileMode | |  |
38. | Specifying a Stretch and alignment | |  |