InnerShadow

Overview

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

Represents an inner shadow effect.

This class provides 1 method for working with InnerShadow objects in .NET programs. Available methods include: InnerShadow. 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 2 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.
PresentationIPresentation?ReadGets the presentation.
SlideIBaseSlide?ReadGets the slide.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
AsIImageTransformOperationIImageTransformOperationReadGets the as i image transform operation.

Methods

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

See Also