IOuterShadow
Overview
IOuterShadow is a interface in Aspose.Slides FOSS for .NET.
Inherits from: IImageTransformOperation.
Represents an Outer Shadow effect.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
BlurRadius | double | Read/Write | Specifies the blur radius of the outer shadow |
Direction | float | Read/Write | Defines the angle of the outer shadow in degrees |
Distance | double | Read/Write | Sets how far the outer shadow is offset from the shape |
ShadowColor | IColorFormat | Read | Provides the color format of the outer shadow |
RectangleAlign | RectangleAlignment | Read/Write | Determines the alignment of the shadow rectangle |
SkewHorizontal | double | Read/Write | Defines the horizontal skew factor of the outer shadow |
SkewVertical | double | Read/Write | Defines the vertical skew factor of the outer shadow |
RotateShadowWithShape | bool | Read/Write | Indicates whether the shadow rotates with the shape |
ScaleHorizontal | double | Read/Write | Sets the horizontal scaling of the outer shadow |
ScaleVertical | double | Read/Write | Sets the vertical scaling of the outer shadow |
AsIImageTransformOperation | IImageTransformOperation | Read | Returns the shadow as an image transform operation |