FillFormat.TextureTile Property

PowerPoint Developer Reference

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

Syntax

expression.TextureTile

expression   An expression that returns a FillFormat object.

Return Value
MsoTriState

Remarks

The value returned by the TextureTile property can be one of these MsoTriState 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 on the Fill pane of the Format Picture dialog box in the Microsoft Office PowerPoint user interface (under Drawing Tools, on the Format Tab, in the Shape Styles group, click Format Shape.)

See Also