Reflection

Overview

Reflection is a class in Aspose.Slides FOSS for .NET. Inherits from: IReflection.

Represents a reflection effect.

Properties

NameTypeAccessDescription
StartPosAlphafloatRead/WriteGets or sets the starting alpha value of the reflection gradient
EndPosAlphafloatRead/WriteGets or sets the ending alpha value of the reflection gradient
FadeDirectionfloatRead/WriteGets or sets the direction in which the reflection fades
StartReflectionOpacityfloatRead/Write
EndReflectionOpacityfloatRead/Write
BlurRadiusdoubleRead/WriteGets or sets the blur radius applied to the reflection
DirectionfloatRead/WriteGets or sets the angle of the reflection relative to the shape
DistancedoubleRead/WriteGets or sets the offset distance of the reflection from the shape
RectangleAlignRectangleAlignmentRead/WriteGets or sets how the reflection aligns within its bounding rectangle
SkewHorizontaldoubleRead/Write
SkewVerticaldoubleRead/Write
RotateShadowWithShapeboolRead/Write
ScaleHorizontaldoubleRead/Write
ScaleVerticaldoubleRead/Write
AsIImageTransformOperationIImageTransformOperationReadProvides the reflection as an image transform operation

Methods

SignatureDescription
Reflection()Creates a new Reflection effect instance

See Also