Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / InnerShadow Class / Blur Property

In This Topic
    Blur Property (InnerShadow)
    In This Topic
    Gets or sets the blur radius of the shadow.

    The default value is 0.

    The value range from 0 to 100.

    Syntax
    'Declaration
     
    Public Property Blur As System.Single
    public System.float Blur {get; set;}
    See Also