FillFormat.PictureEffects Property

Definition

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

public:
 property Microsoft::Office::Core::PictureEffects ^ PictureEffects { Microsoft::Office::Core::PictureEffects ^ get(); };
public Microsoft.Office.Core.PictureEffects PictureEffects { get; }
member this.PictureEffects : Microsoft.Office.Core.PictureEffects
Public ReadOnly Property PictureEffects As PictureEffects

Property Value

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

Remarks

Read-only. Use the Microsoft.Office.Core.PictureEffects.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.

Applies to