ShaderEffect::PixelShader Property

 

Gets or sets the PixelShader to use for the effect.

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

protected:
property PixelShader^ PixelShader {
	PixelShader^ get();
	void set(PixelShader^ value);
}

Property Value

Type: System.Windows.Media.Effects::PixelShader^

The PixelShader for the effect.

Identifier field

PixelShaderProperty

Metadata properties set to true

None

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