Reflection Class

Represents a reflection effect.
Inheritance Hierarchy
SystemObject
  Aspose.Slides.EffectsReflection

Namespace:  Aspose.Slides.Effects
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class Reflection : IReflection

The Reflection type exposes the following members.

Properties
  NameDescription
Public propertyBlurRadius
Blur radius. Read/write Double.
Public propertyDirection
Direction of reflection. Read/write Single.
Public propertyDistance
Distance of reflection. Read/write Double.
Public propertyEndPosAlpha
Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents). Read/write Single.
Public propertyEndReflectionOpacity
End reflection opacity. (percents). Read/write Single.
Public propertyFadeDirection
Specifies the direction to offset the reflection. (angle). Read/write Single.
Public propertyRectangleAlign
Rectangle alignment. Read/write RectangleAlignment.
Public propertyRotateShadowWithShape
Specifies whether the reflection should rotate with the shape if the shape is rotated. Read/write Boolean.
Public propertyScaleHorizontal
Specifies the horizontal scaling factor, negative scaling causes a flip. (percents) Read/write Double.
Public propertyScaleVertical
Specifies the vertical scaling factor, negative scaling causes a flip. (percents) Read/write Double.
Public propertySkewHorizontal
Specifies the horizontal skew angle. Read/write Double.
Public propertySkewVertical
Specifies the vertical skew angle. Read/write Double.
Public propertyStartPosAlpha
Specifies the start position (along the alpha gradient ramp) of the start alpha value (percents). Read/write Single.
Public propertyStartReflectionOpacity
Starting reflection opacity. (percents). Read/write Single.
Methods
  NameDescription
Public methodEquals
Determines whether the specified Reflection is equal to the current Reflection.
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also