OuterShadow

Overview

OuterShadow is a class in Aspose.Slides FOSS for .NET. Inherits from: ISlideComponent, IOuterShadow, IImageTransformOperation.

Represents an outer shadow effect.

Properties

NameTypeAccessDescription
BlurRadiusdoubleRead/WriteGets or sets the blur radius of the shadow in points
DirectionfloatRead/Write
DistancedoubleRead/Write
ShadowColorIColorFormatReadGets or sets the color format applied to the shadow
RectangleAlignRectangleAlignmentRead/WriteGets or sets how the shadow aligns to the shape’s bounding rectangle
SkewHorizontaldoubleRead/WriteGets or sets the horizontal skew factor of the shadow
SkewVerticaldoubleRead/WriteGets or sets the vertical skew factor of the shadow
RotateShadowWithShapeboolRead/WriteIndicates whether the shadow rotates when the shape rotates
ScaleHorizontaldoubleRead/WriteGets or sets the horizontal scaling factor of the shadow
ScaleVerticaldoubleRead/WriteGets or sets the vertical scaling factor of the shadow
PresentationIPresentation?ReadGets the parent presentation that owns this shadow, if any
SlideIBaseSlide?ReadGets the slide that contains the shape using this shadow, if any
AsIPresentationComponentIPresentationComponentRead
AsIImageTransformOperationIImageTransformOperationReadProvides the shadow as an IImageTransformOperation interface

Methods

SignatureDescription
OuterShadow()Creates a new OuterShadow instance with default settings

See Also