Effect.ImplicitInput Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets a Brush that, when it is used as an input for an Effect, causes the bitmap of the UIElement that the Effect is applied to be that input.

Namespace:  System.Windows.Media.Effects
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Shared ReadOnly Property ImplicitInput As Brush
public static Brush ImplicitInput { get; }

Property Value

Type: System.Windows.Media.Brush
The Brush that acts as the input.

Remarks

Use the ImplicitInput property as the value to a Brush-valued input to a ShaderEffect.

The ImplicitInput property represents the shader input that comes from the rendering of the UIElement that the Effect is applied to.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.