ChartFillFormat.TextureType Property
Returns the texture type for the specified fill. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property TextureType As Integer
Get
'Usage
Dim instance As ChartFillFormat
Dim value As Integer
value = instance.TextureType
int TextureType { get; }
Property Value
Type: System.Int32
MsoTextureType
Remarks
Use the UserTextured(String) method to set the texture type for the fill.