IOuterShadow
Overview
IOuterShadow is a interface in Aspose.Slides FOSS for .NET.
Inherits from: IImageTransformOperation.
Represents an Outer Shadow effect.
Properties: AsIImageTransformOperation, BlurRadius, Direction, Distance, RectangleAlign, RotateShadowWithShape, and 5 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
BlurRadius | double | Read/Write | Gets or sets the blur radius, in points. |
Direction | float | Read/Write | Gets or sets the direction of the shadow, in degrees. |
Distance | double | Read/Write | Gets or sets the distance of the shadow from the object, in points. |
ShadowColor | IColorFormat | Read | Gets the color of the shadow. |
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 shadow rotates together 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. |