InnerShadow
Overview
InnerShadow is a class in Aspose.Slides FOSS for .NET.
Inherits from: ISlideComponent, IInnerShadow, IImageTransformOperation.
Represents an inner shadow effect.
This class provides 1 method for working with InnerShadow objects in .NET programs.
Available methods include: InnerShadow.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: AsIImageTransformOperation, AsIPresentationComponent, BlurRadius, Direction, Distance, Presentation, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
BlurRadius | double | Read/Write | Gets or sets the blur radius. |
Direction | float | Read/Write | Gets or sets the direction. |
Distance | double | Read/Write | Gets or sets the distance. |
ShadowColor | IColorFormat | Read | Gets the shadow color. |
Presentation | IPresentation? | Read | Gets the presentation. |
Slide | IBaseSlide? | Read | Gets the slide. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
AsIImageTransformOperation | IImageTransformOperation | Read | Gets the as i image transform operation. |
Methods
| Signature | Description |
|---|---|
InnerShadow() | Initializes a new instance of the InnerShadow class. |