FillFormat.TextureAlignment Property

PowerPoint Developer Reference

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

See Also