ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / Shadow Class / BlurStandardDeviation Property

In This Topic
    BlurStandardDeviation Property
    In This Topic
    The amount of blur to be applied to the alpha channel of the image. You can compute the blur radius of the kernel by multiplying the standard deviation by 3. The units of both the standard deviation and blur radius are DIPs. This property is the same as the Gaussian Blur standard deviation property.
    Syntax
    'Declaration
     
    Public Property BlurStandardDeviation As Single
    public float BlurStandardDeviation {get; set;}
    See Also