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
Remarks
The value of the TextureTile property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
The texture fill is centered. |
|
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 PowerPoint user interface (under Drawing Tools, on the Format Tab, in the Shape Styles group, click Format Shape.)