IInnerShadow
Overview
IInnerShadow is a interface in Aspose.Slides FOSS for .NET.
Inherits from: IImageTransformOperation.
Represents an inner shadow effect.
Properties: AsIImageTransformOperation, BlurRadius, Direction, Distance, ShadowColor.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
BlurRadius | double | Read/Write | Gets or sets the blur radius. |
Direction | float | Read/Write | Gets or sets the direction of shadow. |
Distance | double | Read/Write | Gets or sets the distance of shadow. |
ShadowColor | IColorFormat | Read | Gets the color of shadow. |
AsIImageTransformOperation | IImageTransformOperation | Read | Gets the base IImageTransformOperation interface. |