DropShadowEffect.Color Property
Gets or sets the color of the shadow.
Namespace: System.Windows.Media.Effects
Assembly: System.Windows (in System.Windows.dll)
<DropShadowEffect Color="colorString"/>
XAML Values
Property Value
Type: System.Windows.Media.ColorThe color of the shadow. The default is a color with ARGB value of FF000000 (black).
Dependency property identifier field: ColorProperty
The alpha value of the Color structure is ignored by this property. To set the amount of transparency (alpha) of the color, use the Opacity property.
The following illustrations demonstrate the effect of this property.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.