FillFormat.TextureType Property

Returns the texture type 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 TextureType As MsoTextureType
    Get
'Usage
Dim instance As FillFormat
Dim value As MsoTextureType

value = instance.TextureType
MsoTextureType TextureType { get; }

Property Value

Type: Microsoft.Office.Core.MsoTextureType

Remarks

Use the PresetTextured or UserTextured method to set the texture type for the fill.

The value of the TextureType property can be one of these MsoTextureType constants.

msoTexturePreset

msoTextureTypeMixed

msoTextureUserDefined

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.PowerPoint Namespace