Visual::VisualBitmapEffect Property

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

Gets or sets the BitmapEffect 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 BitmapEffect^ VisualBitmapEffect {
	BitmapEffect^ get();
	protected: void set(BitmapEffect^ value);
}

Property Value

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

The bitmap effect for this visual object.

.NET Framework
Available since 3.0
Return to top
Show: