Partager via


ReflectionFormat.Blur Property

Gets or sets a value that specifies the degree of blur effect applied to the specified object.

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 ReflectionFormat
Dim value As Single

value = instance.Blur

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

Property Value

Type: System.Single
specifies the degree of blur effect applied to the specified object.

Remarks

Read/write.

See Also

Reference

ReflectionFormat Interface

ReflectionFormat Members

Microsoft.Office.Interop.Word Namespace