Share via


FillFormat.TextureTile Property

Returns or sets whether the texture fill is tiled or centered. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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: Microsoft.Office.Core.MsoTriState
MsoTriState

Remarks

The value returned by the TextureTile property can be one of these MsoTriState constants.

Constant

Description

msoFalse

The texture fill is centered.

msoTrue

The texture fill is tiled.

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

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.PowerPoint Namespace