System.Windows.Media.Effects Namespace
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Provides types that can be used to apply visual effects to bitmap images.
Classes
Class | Description | |
---|---|---|
BlurEffect | Represents an effect that you can apply to an object that simulates looking at the object through an out-of-focus lens. | |
DropShadowEffect | Applies a shadow behind a visual object at a slight offset. The offset is determined by mimicking a casting shadow from an imaginary light source. | |
Effect | Provides a base class for all bitmap effects. | |
PixelShader | Provides a managed wrapper around a High Level Shading Language (HLSL) pixel shader. | |
ShaderEffect | Provides a custom bitmap effect by using a PixelShader. |
Enumerations
Enumeration | Description | |
---|---|---|
SamplingMode | Specifies how dependency properties with Brush values are sampled in a custom shader effect. |