FillFormat.PictureEffects Property

Gets a PictureEffects object that can be used to apply picture effects to the specified fill formatting.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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: PictureEffects
A PictureEffects object that can be used to apply picture effects to the specified fill formatting.

Remarks

Read-only. Use the Insert() method of the PictureEffects object to apply picture effects. Insert takes an MsoPictureEffectType enumeration constant as an argument to specify what type of picture effect to apply.

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.Word Namespace