[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TileFill

Class TileFill

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

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
Inheritance
object
TileFill
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Properties

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.

public RectangleAlignment Alignment { get; set; }

Property Value

RectangleAlignment

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.

public TileFlipMode Flip { get; set; }

Property Value

TileFlipMode

HorizontalOffset

Gets or sets the additional horizontal offset of the picture after alignment.

public float HorizontalOffset { get; set; }

Property Value

float

HorizontalScale

Gets or sets the amount (in percent) to horizontally scale the picture.

public float HorizontalScale { get; set; }

Property Value

float

VerticalOffset

Gets or sets the additional vertical offset of the picture after alignment.

public float VerticalOffset { get; set; }

Property Value

float

VerticalScale

Gets or sets the amount (in percent) to vertically scale the picture.

public float VerticalScale { get; set; }

Property Value

float

Methods

Equals(TileFill)

protected bool Equals(TileFill other)

Parameters

other TileFill

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int