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

In This Topic
    Blur Property (Reflection)
    In This Topic
    Gets or sets the blur radius of the reflection.

    Allowed values are from 0 to 100, inclusive.

    The default is 0.

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