Partager via


ChartFillFormat.TextureType Property

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

value = instance.TextureType
MsoTextureType TextureType { get; }

Property Value

Type: MsoTextureType
MsoTextureType

Remarks

Use the UserTextured(String) method to set the texture type for the fill.

See Also

Reference

ChartFillFormat Interface

ChartFillFormat Members

Microsoft.Office.Interop.Word Namespace