Share via


ChartFillFormat.PresetTexture Property

Returns the preset texture for the specified fill. Read-only.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property PresetTexture As Integer
    Get
'Usage
Dim instance As ChartFillFormat
Dim value As Integer

value = instance.PresetTexture
int PresetTexture { get; }

Property Value

Type: System.Int32
MsoPresetTexture

Remarks

Use the PresetTextured(Int32) method to set the preset texture for the fill.

See Also

Reference

ChartFillFormat Interface

ChartFillFormat Members

Microsoft.Office.Core Namespace