View.Effects Property
List of effects
Syntax
public EffectCollection Effects { get; }
Property Value
Default: Empty collection.
A list of effects that will be performed on the rendered content of this view, after all content has been rendered.
Remarks
Effects will be applied once each frame on the rendered content from this view. Read more in the documentation of the Effect class.
Platforms
Windows, Linux, Android