Use tiling to repeat the image
Member of Visual Brush (PRIM_VS.VisualBrush)
Data Type - Enumeration
The Tile property describes how the image of the Control is repeated within the control.
Enum Value | Description |
---|---|
MirrorBoth | The image is tiled and reflected along both the horizontal and vertical axes |
MirrorHorizontal | The image is tiled and reflected along the vertical axis |
MirrorVertical | The image is tiled and reflected along the horizontal axis |
None | The image is not tiled in any way |
Tile | The image is image repeated both vertically and horizontally |
Febuary 18 V14SP2