ReflectionFormat class

ReflectionFormat class

Represents the reflection formatting for an object.

Remarks

Use the ShapeBase.reflection property to access reflection properties of an object. You do not create instances of the ReflectionFormat class directly.

Properties

NameDescription
blurGets or sets a double value that specifies the degree of blur effect applied to the reflection effect in points. The default value is 0.0.
distanceGets or sets a double value that specifies the amount of separation of the reflected image from the object in points. The default value is 0.0.
sizeGets or sets a double value between 0.0 and 1.0 representing the size of the reflection as a percentage of the reflected object. The default value is 0.0.
transparencyGets or sets a double value between 0.0 (opaque) and 1.0 (clear) representing the degree of transparency for the reflection effect. The default value is 0.0.

Methods

NameDescription
remove()Removes ReflectionFormat from the parent object.

See Also