[]
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
Gets or sets where to align the first tile with respect to the shape.
Alignment happens after the scaling, but before the additional offset.
public RectangleAlignment Alignment { get; set; }
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.
public TileFlipMode Flip { get; set; }
Gets or sets the additional horizontal offset of the picture after alignment.
public float HorizontalOffset { get; set; }
Gets or sets the amount (in percent) to horizontally scale the picture.
public float HorizontalScale { get; set; }
Gets or sets the additional vertical offset of the picture after alignment.
public float VerticalOffset { get; set; }
Gets or sets the amount (in percent) to vertically scale the picture.
public float VerticalScale { get; set; }
protected bool Equals(TileFill other)
other
TileFillpublic override bool Equals(object obj)
obj
objectpublic override int GetHashCode()