FillFormat.PictureEffects Property

Returns an object that represents the picture or texture fill for the specified fill format. Read-only.

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

Syntax

'Declaration
ReadOnly Property PictureEffects As PictureEffects
    Get
'Usage
Dim instance As FillFormat
Dim value As PictureEffects

value = instance.PictureEffects
PictureEffects PictureEffects { get; }

Property Value

Type: Microsoft.Office.Core.PictureEffects

Remarks

A picture or texture fill can be specified in the formatting for various elements (shapes) in a chart. For example, you can use the Format Data Series dialog box to format the columns in a Column chart to a picture or texture fill. In this case, the PictureEffects property returns a PictureEffects collection that corresponds to the settings associated with the Picture or texture fill option in the Fill category of the Format Data Series dialog box.

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.PowerPoint Namespace