Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
ImageBrush « Windows Presentation Foundation « C# / C Sharp
C# / C Sharp
Windows Presentation Foundation
ImageBrush
1.
Image tile
2.
Image TileMode = FlipX
3.
Image TileMode = FlipY
4.
Image TileMode = FlipXY
5.
RotateTransform an ImageBrush
6.
Tiled ImageBrush examples
7.
ImageBrush Opacity from 1 to 0
8.
Paints a rectangle with an image. The ImageBrush's Stretch property is set to None, so the image is not resized.
9.
The ImageBrush's Viewport and TileMode properties are set so that the image is tiled
10.
ImageBrush Stretch Style
11.
Proportional Tiles
12.
Proportional Tiles (no stretch)
13.
Fixed Tiles
14.
Using an ImageBrush
15.
Specifying a Stretch of None for ImageBrush
16.
Using Viewbox and Viewport
17.
TitleMode and Viewport for ImageBrush