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.

Visual::VisualBitmapEffectInput Property

 
obsoleteCodeEntityP:System.Windows.Media.Visual.VisualEffect Note: This API is now obsolete.

Gets or sets the BitmapEffectInput value for the Visual.

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

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

Property Value

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

The bitmap effect input value for this visual object.

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