FillFormat.TextureTile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the texture fill is tiled or centered.
public:
property Microsoft::Office::Core::MsoTriState TextureTile { Microsoft::Office::Core::MsoTriState get(); void set(Microsoft::Office::Core::MsoTriState value); };
public Microsoft.Office.Core.MsoTriState TextureTile { get; set; }
member this.TextureTile : Microsoft.Office.Core.MsoTriState with get, set
Public Property TextureTile As MsoTriState
Property Value
A MsoTriState object.
Remarks
Read/write. The value returned by this property can be one of the MsoTriState constants described in the following table.
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.)