.NET Framework Class Library
DropShadowEffect..::.ShadowDepth Property

Gets or sets the distance of the drop shadow below the texture. This is a dependency property.

Namespace:  System.Windows.Media.Effects
Assembly:  PresentationCore (in PresentationCore.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
Syntax

Visual Basic (Declaration)
Public Property ShadowDepth As Double
Visual Basic (Usage)
Dim instance As DropShadowEffect
Dim value As Double

value = instance.ShadowDepth

instance.ShadowDepth = value
C#
public double ShadowDepth { get; set; }
Visual C++
public:
property double ShadowDepth {
    double get ();
    void set (double value);
}
JScript
public function get ShadowDepth () : double
public function set ShadowDepth (value : double)
XAML Attribute Usage
<object ShadowDepth="double" .../>

Property Value

Type: System..::.Double
The distance of the drop shadow below the texture. The default is 5.
Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5 SP1, 3.0 SP2
See Also

Reference

Tags :


Page view tracker