VDocs.NET
Back to DOM

DOM.Styles.Tile

Namespace: DOM.Styles

Describes tiling behavior for a fill or background region.

provides parameters that control how a fill image or pattern is repeated and aligned inside a rectangular area. The horizontal and vertical ratios indicate the proportion of the source graphic to use for each tile, while the flip and alignment values control orientation and placement.

4 members

Properties

Gets or sets the alignment used to position the tiled content within the rectangle.

HorizontalRatioPercentage

Gets or sets the horizontal tiling ratio expressed as a.

TileFlipTileFlipValues

Gets or sets the flip mode applied to each tile.

VerticalRatioPercentage

Gets or sets the vertical tiling ratio expressed as a.

VDocs.NET
The .NET Word Document Library

Generate Word
documents.
Not XML.

Create professional documents in .NET without the complexity of OpenXML or Word Interop.

C#VB.NET
var doc = new WordDocument();

doc.AddParagraph()
   .AddText("Invoice")
   .SetHeading(HeadingLevel.Title);

doc.Save("invoice.docx");

Create Account

Create your VDocs account.

or

Already have an account? Sign in