PictureEffect.EffectParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.