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
Visual Basic (Declaration)
Public Property ShadowDepth As Double
Dim instance As DropShadowEffect
Dim value As Double
value = instance.ShadowDepth
instance.ShadowDepth = value
public double ShadowDepth { get; set; }
public:
property double ShadowDepth {
double get ();
void set (double value);
}
public function get ShadowDepth () : double
public function set ShadowDepth (value : double)
<object ShadowDepth="double" .../>
Property Value
Type:
System..::.DoubleThe distance of the drop shadow below the texture. The default is 5.
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.
.NET Framework
Supported in: 3.5 SP1, 3.0 SP2
Reference