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
| Name | Type | Access | Description |
|---|---|---|---|
StartPosAlpha | float | Read/Write | Gets or sets the start position (along the alpha gradient ramp) of the start alpha value, in percent. |
EndPosAlpha | float | Read/Write | Gets or sets the end position (along the alpha gradient ramp) of the end alpha value, in percent. |
FadeDirection | float | Read/Write | Gets or sets the direction to offset the reflection, in degrees. |
StartReflectionOpacity | float | Read/Write | Gets or sets the starting reflection opacity, in percent. |
EndReflectionOpacity | float | Read/Write | Gets or sets the end reflection opacity, in percent. |
BlurRadius | double | Read/Write | Gets or sets the blur radius, in points. |
Direction | float | Read/Write | Gets or sets the direction of the reflection, in degrees. |
Distance | double | Read/Write | Gets or sets the distance of the reflection, in points. |
RectangleAlign | RectangleAlignment | Read/Write | Gets or sets the rectangle alignment. |
SkewHorizontal | double | Read/Write | Gets or sets the horizontal skew angle, in degrees. |
SkewVertical | double | Read/Write | Gets or sets the vertical skew angle, in degrees. |
RotateShadowWithShape | bool | Read/Write | Gets or sets a value indicating whether the reflection rotates with the shape. |
ScaleHorizontal | double | Read/Write | Gets or sets the horizontal scaling factor, in percent. |
ScaleVertical | double | Read/Write | Gets or sets the vertical scaling factor, in percent. |
AsIImageTransformOperation | IImageTransformOperation | Read | Gets the base IImageTransformOperation interface. |