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

NameTypeAccessDescription
BlurRadiusdoubleRead/WriteGets or sets the blur radius.
DirectionfloatRead/WriteGets or sets the direction.
DistancedoubleRead/WriteGets or sets the distance.
ShadowColorIColorFormatReadGets the shadow color.
RectangleAlignRectangleAlignmentRead/WriteGets or sets the rectangle align.
SkewHorizontaldoubleRead/WriteGets or sets the skew horizontal.
SkewVerticaldoubleRead/WriteGets or sets the skew vertical.
RotateShadowWithShapeboolRead/WriteGets or sets the rotate shadow with shape.
ScaleHorizontaldoubleRead/WriteGets or sets the scale horizontal.
ScaleVerticaldoubleRead/WriteGets or sets the scale vertical.
PresentationIPresentation?ReadGets the presentation.
SlideIBaseSlide?ReadGets the slide.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
AsIImageTransformOperationIImageTransformOperationReadGets the as i image transform operation.

Methods

SignatureDescription
OuterShadow()Initializes a new instance of the OuterShadow class.

See Also