FillFormat.TextureName Property

Returns the name of the custom texture file 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 TextureName As String
    Get
'Usage
Dim instance As FillFormat
Dim value As String

value = instance.TextureName
string TextureName { get; }

Property Value

Type: System.String

Remarks

This property is read-only. Use the UserTextured method to set the texture file for the fill.

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.PowerPoint Namespace