FillFormat.PresetTextured Method
Sets the specified fill to a preset texture.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub PresetTextured ( _
PresetTexture As MsoPresetTexture _
)
'Usage
Dim instance As FillFormat
Dim PresetTexture As MsoPresetTexture
instance.PresetTextured(PresetTexture)
void PresetTextured(
MsoPresetTexture PresetTexture
)
Parameters
- PresetTexture
Type: Microsoft.Office.Core.MsoPresetTexture
The preset texture.
Remarks
The value of the PresetTextured argument can be one of the MsoPresetTexture constants.