FillFormat.TextureTile property (Word)

Returns or sets whether the texture fill is tiled or centered. Read/write.

Syntax

expression.TextureTile

expression An expression that returns a FillFormat object.

Remarks

The value returned by the TextureTile property can be one of the followingMsoTriState constants.

Constant Description
msoFalse The texture fill is centered.
msoTrue The texture fill is tiled.

The setting of the TextureTile property corresponds to the setting of the Tile picture as texture box under Tiling Options on the Fill pane of the Format Picture dialog box in the Microsoft Word user interface (under Drawing Tools, on the Format tab, expand the Shape Styles group.)

See also

FillFormat Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.