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

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
Syntax

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

value = instance.BlurRadius

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

Property Value

Type: System..::.Double
A value that indicates the radius of the shadow's blur effect. 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