Visual.VisualBitmapEffect Property
.NET Framework 4.6 and 4.5
Note: This API is now obsolete. The non-obsolete alternative is VisualEffect.
Gets or sets the BitmapEffect value for the Visual.
Namespace: System.Windows.Media
Assembly: PresentationCore (in PresentationCore.dll)
[ObsoleteAttribute("BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.")] protected internal BitmapEffect VisualBitmapEffect { get; protected set; }
Property Value
Type: System.Windows.Media.Effects.BitmapEffectThe bitmap effect for this visual object.
.NET Framework
Supported in: 3.5, 3.0Obsolete (compiler warning) in 4.6
Obsolete (compiler warning) in 4.6
Obsolete (compiler warning) in 4.5
Obsolete (compiler warning) in 4.5.1
Obsolete (compiler warning) in 4.5.2
Obsolete (compiler warning) in 4
Obsolete (compiler warning) in 3.5 SP1
Obsolete (compiler warning) in 3.0 SP2
.NET Framework Client Profile
Obsolete (compiler warning) in 4Obsolete (compiler warning) in 3.5 SP1
Show: