Viewport3DVisual::BitmapEffect Property
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Windows.Media.Media3D
Assembly: PresentationCore (in PresentationCore.dll)
Return to top
Gets or sets the BitmapEffect applied to the Viewport3DVisual.
Assembly: PresentationCore (in PresentationCore.dll)
public: [ObsoleteAttribute("BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.")] property BitmapEffect^ BitmapEffect { BitmapEffect^ get(); void set(BitmapEffect^ value); }
Property Value
Type: System.Windows.Media.Effects::BitmapEffect^BitmapEffect applied to the Viewport3DVisual.
Bitmap effects are software-rendered. Any object that applies an effect will also be rendered in software. Bitmap effects should not be applied to large visuals or animations as this can degrade performance.
.NET Framework
Available since 3.0
Available since 3.0
Show: