Partager via


FillFormat.TextureTile Property

Gets or sets whether the texture fill is tiled or centered.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property TextureTile As MsoTriState
    Get
    Set
'Usage
Dim instance As FillFormat
Dim value As MsoTriState

value = instance.TextureTile

instance.TextureTile = value
MsoTriState TextureTile { get; set; }

Property Value

Type: MsoTriState
A MsoTriState object.

Remarks

Read/write. The value returned by this property can be one of the MsoTriState constants described in the following table.

Constant

Description

msoFalse

The texture fill is centered.

msoTrue

The texture fill is tiled.

The setting of this property corresponds to the setting of the Tile picture as texture 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

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.Word Namespace