OuterShadow
Overview
OuterShadow is a class in Aspose.Slides FOSS for .NET.
Inherits from: ISlideComponent, IOuterShadow, IImageTransformOperation.
Represents an outer shadow effect.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
BlurRadius | double | Read/Write | Gets or sets the blur radius of the shadow in points |
Direction | float | Read/Write | |
Distance | double | Read/Write | |
ShadowColor | IColorFormat | Read | Gets or sets the color format applied to the shadow |
RectangleAlign | RectangleAlignment | Read/Write | Gets or sets how the shadow aligns to the shape’s bounding rectangle |
SkewHorizontal | double | Read/Write | Gets or sets the horizontal skew factor of the shadow |
SkewVertical | double | Read/Write | Gets or sets the vertical skew factor of the shadow |
RotateShadowWithShape | bool | Read/Write | Indicates whether the shadow rotates when the shape rotates |
ScaleHorizontal | double | Read/Write | Gets or sets the horizontal scaling factor of the shadow |
ScaleVertical | double | Read/Write | Gets or sets the vertical scaling factor of the shadow |
Presentation | IPresentation? | Read | Gets the parent presentation that owns this shadow, if any |
Slide | IBaseSlide? | Read | Gets the slide that contains the shape using this shadow, if any |
AsIPresentationComponent | IPresentationComponent | Read | |
AsIImageTransformOperation | IImageTransformOperation | Read | Provides the shadow as an IImageTransformOperation interface |
Methods
| Signature | Description |
|---|---|
OuterShadow() | Creates a new OuterShadow instance with default settings |