Enum TileMode
Describes how a TileBrush is tiled.
public enum TileMode
Fields
FlipX = 1
The content will be repeated horizontally, with alternate tiles mirrored.
FlipXY = 3
The content will be repeated horizontally and vertically, with alternate tiles mirrored.
FlipY = 2
The content will be repeated vertically, with alternate tiles mirrored.
None = 0
A single repeat of the content will be displayed.
Tile = 4
The content will be repeated.