FillFormat.PresetTexture Property

Returns the preset texture for the specified fill. Read-only.

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

Syntax

'Declaration
ReadOnly Property PresetTexture As MsoPresetTexture
    Get
'Usage
Dim instance As FillFormat
Dim value As MsoPresetTexture

value = instance.PresetTexture
MsoPresetTexture PresetTexture { get; }

Property Value

Type: Microsoft.Office.Core.MsoPresetTexture

Remarks

The value of the PresetTexture property can be one of the MsoPresetTexture constants.

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.PowerPoint Namespace