Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UIElement::BitmapEffectInput Property

 
Note: This API is now obsolete.

Gets or sets an input source for the bitmap effect that applies directly to the rendered content for this element. This is a dependency property.

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

public:
[ObsoleteAttribute("BitmapEffects are deprecated and no longer function.  Consider using Effects where appropriate instead.")]
property BitmapEffectInput^ BitmapEffectInput {
	BitmapEffectInput^ get();
	void set(BitmapEffectInput^ value);
}

Property Value

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

The source for bitmap effects.

Identifier field

BitmapEffectInputProperty

Metadata properties set to true

None

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft