DropShadowEffect Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The DropShadowEffect type exposes the following members.

Properties

  Name Description
Public property BlurRadius Gets or sets how defined the edges of the shadow are (how blurry the shadow is).
Public property Color Gets or sets the color of the shadow.
Public property Direction Gets or sets the angle at which the shadow is cast.
Public property Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Protected property EffectMapping When overridden in a derived class, transforms mouse input and coordinate systems through the effect. (Inherited from Effect.)
Public property Opacity Gets or sets the degree of opacity of the shadow.
Public property ShadowDepth Gets or sets the distance between the object and the shadow that it casts.

Top