FillFormat.TextureAlignment property (Word)

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 the following 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 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.