Freigeben über


ReflectionFormat.Blur Property

Gets or sets the amount of blur, measured in points, of the shape's reflection image.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.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

Remarks

Read/write.

See Also

Reference

ReflectionFormat Interface

ReflectionFormat Members

Microsoft.Office.Core Namespace