EffectVisual.Effect 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 or sets the effect.
public:
property CompositionEffect ^ Effect { CompositionEffect ^ get(); void set(CompositionEffect ^ value); };
CompositionEffect Effect();
void Effect(CompositionEffect value);
public CompositionEffect Effect { get; set; }
var compositionEffect = effectVisual.effect;
effectVisual.effect = compositionEffect;
Public Property Effect As CompositionEffect
Property Value
The effect.
Remarks
Important
This API exists only in Windows 10, version 1507 (Build 10240).