[]
Represents the picture tile fill.
Defines a "tile" rectangle within the bounding box.
The picture is encompassed within the tile rectangle, and the tile rectangle is tiled across the bounding box to fill the entire area.
public class TileFill : FormattingBag
Public Class TileFill
Inherits FormattingBag
Name | Description |
---|---|
Alignment | Gets or sets where to align the first tile with respect to the shape. Alignment happens after the scaling, but before the additional offset. |
Flip | Gets or sets the direction in which to flip the picture while tiling. Pictures can be flipped horizontally, vertically, or in both directions to fill the entire region. |
HorizontalOffset | Gets or sets the additional horizontal offset of the picture after alignment. |
HorizontalScale | Gets or sets the amount (in percent) to horizontally scale the picture. |
VerticalOffset | Gets or sets the additional vertical offset of the picture after alignment. |
VerticalScale | Gets or sets the amount (in percent) to vertically scale the picture. |
Name | Description |
---|---|
Equals(TileFill) | |
Equals(object) | |
GetHashCode() |