IOuterShadow

Overview

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

Represents an Outer Shadow effect.

Properties: AsIImageTransformOperation, BlurRadius, Direction, Distance, RectangleAlign, RotateShadowWithShape, and 5 more.

Properties

NameTypeAccessDescription
BlurRadiusdoubleRead/WriteGets or sets the blur radius, in points.
DirectionfloatRead/WriteGets or sets the direction of the shadow, in degrees.
DistancedoubleRead/WriteGets or sets the distance of the shadow from the object, in points.
ShadowColorIColorFormatReadGets the color of the shadow.
RectangleAlignRectangleAlignmentRead/WriteGets or sets the rectangle alignment.
SkewHorizontaldoubleRead/WriteGets or sets the horizontal skew angle, in degrees.
SkewVerticaldoubleRead/WriteGets or sets the vertical skew angle, in degrees.
RotateShadowWithShapeboolRead/WriteGets or sets a value indicating whether the shadow rotates together with the shape.
ScaleHorizontaldoubleRead/WriteGets or sets the horizontal scaling factor, in percent.
ScaleVerticaldoubleRead/WriteGets or sets the vertical scaling factor, in percent.
AsIImageTransformOperationIImageTransformOperationReadGets the base IImageTransformOperation interface.

See Also