[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TileFill

TileFill Class

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.

Inheritance
TileFill
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class TileFill : FormattingBag
Public Class TileFill
    Inherits FormattingBag

Properties

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.

Methods