OuterShadow
Overview
OuterShadow is a class in Aspose.Slides FOSS for .NET.
Inherits from: ISlideComponent, IOuterShadow, IImageTransformOperation.
Represents an outer shadow effect.
This class provides 1 method for working with OuterShadow objects in .NET programs.
Available methods include: OuterShadow.
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 8 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. |
RectangleAlign | RectangleAlignment | Read/Write | Gets or sets the rectangle align. |
SkewHorizontal | double | Read/Write | Gets or sets the skew horizontal. |
SkewVertical | double | Read/Write | Gets or sets the skew vertical. |
RotateShadowWithShape | bool | Read/Write | Gets or sets the rotate shadow with shape. |
ScaleHorizontal | double | Read/Write | Gets or sets the scale horizontal. |
ScaleVertical | double | Read/Write | Gets or sets the scale vertical. |
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 |
|---|---|
OuterShadow() | Initializes a new instance of the OuterShadow class. |