DropShadowEffect Class |
Namespace: System.Windows.Media.Effects
public sealed class DropShadowEffect : Effect
The DropShadowEffect type exposes the following members.
Name | Description | |
---|---|---|
DropShadowEffect |
Initializes a new instance of the System.Windows.Media.Effects.DropShadowEffect
class.
|
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue |
Returns the current effective value of a dependency property from a DependencyObject.
(Inherited from DependencyObject.) | |
GetVisualStateValue | (Inherited from DependencyObject.) | |
ReadLocalValue |
Returns the local value of a dependency property, if a local value is set.
(Inherited from DependencyObject.) | |
SetBinding |
Attaches a binding to a FrameworkElement, using the provided binding object.
(Inherited from DependencyObject.) | |
SetInheritedValue |
Sets the inherited value of a dependency property on a DependencyObject. Do not use this method.
(Inherited from DependencyObject.) | |
SetLocalValue |
Sets the local value of a dependency property on a DependencyObject while not overriding a hypothetical Binding (example: when the user writes in a TextBox with a two way Binding on its Text property).
(Inherited from DependencyObject.) | |
SetValue |
Sets the local value of a dependency property on a DependencyObject.
(Inherited from DependencyObject.) | |
SetVisualStateValue | (Inherited from DependencyObject.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
BlurRadiusProperty |
Identifies the System.Windows.Media.Effects.DropShadowEffect.BlurRadius dependency
property.
| |
ColorProperty |
Identifies the System.Windows.Media.Effects.DropShadowEffect.Color dependency
property.
| |
DirectionProperty |
Identifies the System.Windows.Media.Effects.DropShadowEffect.Direction dependency
property.
| |
OpacityProperty |
Identifies the System.Windows.Media.Effects.DropShadowEffect.Opacity dependency
property.
| |
ShadowDepthProperty |
Identifies the System.Windows.Media.Effects.DropShadowEffect.ShadowDepth
dependency property.
|
Name | Description | |
---|---|---|
BlurRadius |
Gets or sets a value that indicates the radius of the shadow's blur effect.
| |
Color |
Gets or sets the color of the drop shadow.
| |
Direction |
Gets or sets the direction of the drop shadow.
| |
Dispatcher |
Gets the CoreDispatcher that this object is associated with.
(Inherited from DependencyObject.) | |
Opacity |
Gets or sets the opacity of the drop shadow.
| |
ShadowDepth |
Gets or sets the distance of the drop shadow below the texture.
|