Reflection

Overview

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

Represents a reflection effect.

This class provides 1 method for working with Reflection objects in .NET programs. Available methods include: Reflection. All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package. Properties: AsIImageTransformOperation, BlurRadius, Direction, Distance, EndPosAlpha, EndReflectionOpacity, and 9 more.

Properties

NameTypeAccessDescription
StartPosAlphafloatRead/WriteGets or sets the start pos alpha.
EndPosAlphafloatRead/WriteGets or sets the end pos alpha.
FadeDirectionfloatRead/WriteGets or sets the fade direction.
StartReflectionOpacityfloatRead/WriteGets or sets the start reflection opacity.
EndReflectionOpacityfloatRead/WriteGets or sets the end reflection opacity.
BlurRadiusdoubleRead/WriteGets or sets the blur radius.
DirectionfloatRead/WriteGets or sets the direction.
DistancedoubleRead/WriteGets or sets the distance.
RectangleAlignRectangleAlignmentRead/WriteGets or sets the rectangle align.
SkewHorizontaldoubleRead/WriteGets or sets the skew horizontal.
SkewVerticaldoubleRead/WriteGets or sets the skew vertical.
RotateShadowWithShapeboolRead/WriteGets or sets the rotate shadow with shape.
ScaleHorizontaldoubleRead/WriteGets or sets the scale horizontal.
ScaleVerticaldoubleRead/WriteGets or sets the scale vertical.
AsIImageTransformOperationIImageTransformOperationReadGets the as i image transform operation.

Methods

SignatureDescription
Reflection()Initializes a new instance of the Reflection class.

See Also