IReflection

Overview

IReflection is a interface in Aspose.Slides FOSS for .NET. Inherits from: IImageTransformOperation.

Represents a reflection effect.

Properties: AsIImageTransformOperation, BlurRadius, Direction, Distance, EndPosAlpha, EndReflectionOpacity, and 9 more.

Properties

NameTypeAccessDescription
StartPosAlphafloatRead/WriteGets or sets the start position (along the alpha gradient ramp) of the start alpha value, in percent.
EndPosAlphafloatRead/WriteGets or sets the end position (along the alpha gradient ramp) of the end alpha value, in percent.
FadeDirectionfloatRead/WriteGets or sets the direction to offset the reflection, in degrees.
StartReflectionOpacityfloatRead/WriteGets or sets the starting reflection opacity, in percent.
EndReflectionOpacityfloatRead/WriteGets or sets the end reflection opacity, in percent.
BlurRadiusdoubleRead/WriteGets or sets the blur radius, in points.
DirectionfloatRead/WriteGets or sets the direction of the reflection, in degrees.
DistancedoubleRead/WriteGets or sets the distance of the reflection, in points.
RectangleAlignRectangleAlignmentRead/WriteGets or sets the rectangle alignment.
SkewHorizontaldoubleRead/WriteGets or sets the horizontal skew angle, in degrees.
SkewVerticaldoubleRead/WriteGets or sets the vertical skew angle, in degrees.
RotateShadowWithShapeboolRead/WriteGets or sets a value indicating whether the reflection rotates with the shape.
ScaleHorizontaldoubleRead/WriteGets or sets the horizontal scaling factor, in percent.
ScaleVerticaldoubleRead/WriteGets or sets the vertical scaling factor, in percent.
AsIImageTransformOperationIImageTransformOperationReadGets the base IImageTransformOperation interface.

See Also