Gets or sets a value that indicates the radius of the shadow's blur effect. 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 BlurRadius As Double
Dim instance As DropShadowEffect
Dim value As Double
value = instance.BlurRadius
instance.BlurRadius = value
public double BlurRadius { get; set; }
public:
property double BlurRadius {
double get ();
void set (double value);
}
public function get BlurRadius () : double
public function set BlurRadius (value : double)
<object BlurRadius="double" .../>
Property Value
Type:
System..::.DoubleA value that indicates the radius of the shadow's blur effect. 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