Effect::ImplicitInput Property

 

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:  PresentationCore (in PresentationCore.dll)

public:
[BrowsableAttribute(false)]
property Brush^ ImplicitInput {
	static Brush^ get();
	private: static void set(Brush^ value);
}

Property Value

Type: System.Windows.Media::Brush^

The Brush that acts as the input.

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.

System_CAPS_noteNote

The behavior is undefined when ImplicitInput is used as a Brush in other WPF classes.

.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Return to top
Show: