ChartFillFormat.TextureName Property

Returns the name of the custom texture file for the specified fill. Read-only.

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

Syntax

'Declaration
ReadOnly Property TextureName As String
    Get
'Usage
Dim instance As ChartFillFormat
Dim value As String

value = instance.TextureName
string TextureName { get; }

Property Value

Type: System.String
String

Remarks

Use the UserPicture(Object, Object, Object, Object) or UserTextured(String) method to set the texture file for the fill.

See Also

Reference

ChartFillFormat Interface

ChartFillFormat Members

Microsoft.Office.Interop.Word Namespace