Click or drag to resize
PixelShaderEffectSource3 Property
Gets or sets the third input source for the custom pixel shader.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public IGraphicsEffectSource Source3 { get; set; }

Property Value

Type: IGraphicsEffectSource
See Also