FillFormat.TextureAlignment Property
Gets or sets the alignment (the origin of the coordinate grid) for the tiling of the texture fill.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property TextureAlignment As MsoTextureAlignment
Get
Set
'Usage
Dim instance As FillFormat
Dim value As MsoTextureAlignment
value = instance.TextureAlignment
instance.TextureAlignment = value
MsoTextureAlignment TextureAlignment { get; set; }
Property Value
Type: MsoTextureAlignment
The alignment (the origin of the coordinate grid) for the tiling of the texture fill.
Remarks
Read/write. The value returned by this property can be one of the following MsoTextureAlignment constants:
msoTextureBottom
msoTextureBottomLeft
msoTextureBottomRight
msoTextureCenter
msoTextureLeft
msoTextureRight
msoTextureTop
msoTextureTopLeft
msoTextureTopRight
The setting of this 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.)