InnerShadow
Overview
InnerShadow is a class in Aspose.Slides FOSS for .NET.
Inherits from: ISlideComponent, IInnerShadow, IImageTransformOperation.
Represents an inner shadow effect.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
BlurRadius | double | Read/Write | |
Direction | float | Read/Write | Gets or sets the direction angle of the inner shadow in degrees |
Distance | double | Read/Write | Gets or sets the offset distance of the inner shadow from the shape |
ShadowColor | IColorFormat | Read | Gets or sets the color of the inner shadow via an IColorFormat |
Presentation | IPresentation? | Read | Gets the parent presentation that owns this inner shadow, or null |
Slide | IBaseSlide? | Read | Gets the slide that contains the shape using this inner shadow, or null |
AsIPresentationComponent | IPresentationComponent | Read | Provides the inner shadow as an IPresentationComponent interface |
AsIImageTransformOperation | IImageTransformOperation | Read | Exposes the inner shadow as an IImageTransformOperation |
Methods
| Signature | Description |
|---|---|
InnerShadow() | Creates a new InnerShadow object with default parameters |