InnerShadow

Overview

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

Represents an inner shadow effect.

Properties

NameTypeAccessDescription
BlurRadiusdoubleRead/Write
DirectionfloatRead/WriteGets or sets the direction angle of the inner shadow in degrees
DistancedoubleRead/WriteGets or sets the offset distance of the inner shadow from the shape
ShadowColorIColorFormatReadGets or sets the color of the inner shadow via an IColorFormat
PresentationIPresentation?ReadGets the parent presentation that owns this inner shadow, or null
SlideIBaseSlide?ReadGets the slide that contains the shape using this inner shadow, or null
AsIPresentationComponentIPresentationComponentReadProvides the inner shadow as an IPresentationComponent interface
AsIImageTransformOperationIImageTransformOperationReadExposes the inner shadow as an IImageTransformOperation

Methods

SignatureDescription
InnerShadow()Creates a new InnerShadow object with default parameters

See Also