System.Windows.Media.Effects Namespace
Silverlight
Provides types that can be used to apply visual effects to bitmap images.
| 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. |
| Enumeration | Description | |
|---|---|---|
|
SamplingMode | Specifies how dependency properties with Brush values are sampled in a custom shader effect. |
Community Additions
ADD
Show: