XpsTileMode enumeration

XpsTileMode enumeration

Valid values of tiling brushes’ TileMode property.

The XpsTileMode type exposes the following members:

Fields

FieldDescription
NONEIn this mode, only the single base tile is drawn. The remaining area is left transparent.
TILEIn this mode, the base tile is drawn and the remaining area is filled by repeating the base
tile such that the right edge of each tile abuts the left edge of the next, and the bottom
edge of each tile abuts the top edge of the next.
FLIP_XThe tile arrangement is similar to the Tile tile mode, but alternate columns of tiles are
flipped horizontally. The base tile is positioned as specified by the viewport. Tiles in
the columns to the left and right of this tile are flipped horizontally.
FLIP_YThe tile arrangement is similar to the Tile tile mode, but alternate rows of tiles are flipped
vertically. The base tile is positioned as specified by the viewport. Rows above and below are
flipped vertically.
FLIP_XYThe tile arrangement is similar to the Tile tile mode, but alternate columns of tiles are
flipped horizontally and alternate rows of tiles are flipped vertically. The base tile is
positioned as specified by the viewport.

See Also