ContainerVisual::BitmapEffectInput Property
.NET Framework (current version)
Note: This API is now obsolete.Namespace:
System.Windows.Media
Assembly: PresentationCore (in PresentationCore.dll)
Return to top
Gets or sets a BitmapEffectInput value for the ContainerVisual.
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 bitmap effect input value for this visual object.
.NET Framework
Available since 3.0
Available since 3.0
Show: