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
| Name | Type | Access | Description |
|---|---|---|---|
StartPosAlpha | float | Read/Write | Gets or sets the start pos alpha. |
EndPosAlpha | float | Read/Write | Gets or sets the end pos alpha. |
FadeDirection | float | Read/Write | Gets or sets the fade direction. |
StartReflectionOpacity | float | Read/Write | Gets or sets the start reflection opacity. |
EndReflectionOpacity | float | Read/Write | Gets or sets the end reflection opacity. |
BlurRadius | double | Read/Write | Gets or sets the blur radius. |
Direction | float | Read/Write | Gets or sets the direction. |
Distance | double | Read/Write | Gets or sets the distance. |
RectangleAlign | RectangleAlignment | Read/Write | Gets or sets the rectangle align. |
SkewHorizontal | double | Read/Write | Gets or sets the skew horizontal. |
SkewVertical | double | Read/Write | Gets or sets the skew vertical. |
RotateShadowWithShape | bool | Read/Write | Gets or sets the rotate shadow with shape. |
ScaleHorizontal | double | Read/Write | Gets or sets the scale horizontal. |
ScaleVertical | double | Read/Write | Gets or sets the scale vertical. |
AsIImageTransformOperation | IImageTransformOperation | Read | Gets the as i image transform operation. |
Methods
| Signature | Description |
|---|---|
Reflection() | Initializes a new instance of the Reflection class. |