FillFormat.TextureTile property (PowerPoint)

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 PowerPoint user interface (under Drawing Tools, on the Format Tab, in the Shape Styles group, click Format Shape.)

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.