FillFormat.TextureAlignment property (PowerPoint)

Returns or sets the alignment (the origin of the coordinate grid) for the tiling of the texture fill. Read/write.

Syntax

expression.TextureAlignment

expression An expression that returns a FillFormat object.

Return value

MsoTextureAlignment

Remarks

The value returned by the TextureAlignment property can be one of these MsoTextureAlignment constants.

msoTextureTopLeft
msoTextureTop
msoTextureTopRight
msoTextureLeft
msoTextureCenter
msoTextureRight
msoTextureBottomLeft
msoTextureBottom
msoTextureBottomRight

The setting of the TextureAlignment property corresponds to the setting of the Alignment box under Tiling Options 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.