PipelineBrush.Effects Property

Definition

Gets or sets the collection of effects to use in the current pipeline.

public System.Collections.Generic.IList<Microsoft.Toolkit.Uwp.UI.Media.Effects.IPipelineEffect> Effects { get; set; }
public System.Collections.Generic.IList<Microsoft.Toolkit.Uwp.UI.Media.PipelineEffect> Effects { get; set; }
member this.Effects : System.Collections.Generic.IList<Microsoft.Toolkit.Uwp.UI.Media.Effects.IPipelineEffect> with get, set
member this.Effects : System.Collections.Generic.IList<Microsoft.Toolkit.Uwp.UI.Media.PipelineEffect> with get, set
Public Property Effects As IList(Of IPipelineEffect)
Public Property Effects As IList(Of PipelineEffect)

Property Value

Applies to