ShadowFormat.Blur Property

Returns or sets a Single that represents the blur level for a shadow format. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Blur As Single
    Get
    Set
'Usage
Dim instance As ShadowFormat
Dim value As Single

value = instance.Blur

instance.Blur = value
float Blur { get; set; }

Property Value

Type: System.Single
Single

See Also

Reference

ShadowFormat Interface

ShadowFormat Members

Microsoft.Office.Interop.Word Namespace