CrossFadeEffect.Effects 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 effects to apply to the input to merge with the current instance
public System.Collections.Generic.List<Microsoft.Toolkit.Uwp.UI.Media.IPipelineEffect> Effects { get; set; }
member this.Effects : System.Collections.Generic.List<Microsoft.Toolkit.Uwp.UI.Media.IPipelineEffect> with get, set
Public Property Effects As List(Of IPipelineEffect)