IOuterShadow

Overview

IOuterShadow is a interface in Aspose.Slides FOSS for .NET. Inherits from: IImageTransformOperation.

Represents an Outer Shadow effect.

Properties

NameTypeAccessDescription
BlurRadiusdoubleRead/WriteSpecifies the blur radius of the outer shadow
DirectionfloatRead/WriteDefines the angle of the outer shadow in degrees
DistancedoubleRead/WriteSets how far the outer shadow is offset from the shape
ShadowColorIColorFormatReadProvides the color format of the outer shadow
RectangleAlignRectangleAlignmentRead/WriteDetermines the alignment of the shadow rectangle
SkewHorizontaldoubleRead/WriteDefines the horizontal skew factor of the outer shadow
SkewVerticaldoubleRead/WriteDefines the vertical skew factor of the outer shadow
RotateShadowWithShapeboolRead/WriteIndicates whether the shadow rotates with the shape
ScaleHorizontaldoubleRead/WriteSets the horizontal scaling of the outer shadow
ScaleVerticaldoubleRead/WriteSets the vertical scaling of the outer shadow
AsIImageTransformOperationIImageTransformOperationReadReturns the shadow as an image transform operation

See Also