Edit

Share via


PictureEffect.EffectParameters Property

Definition

Gets an EffectParameter object.

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

Property Value

Remarks

Read/write. Picture effects are processed as a chain composed of individual items which are applied in sequence to create the final composited image. An effects chain enables an effect to be added to the chain, reordered, or removed from the chain. Effect parameters specify properties of those effects.

Applies to