IInnerShadow

Overview

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

Represents an inner shadow effect.

Properties: AsIImageTransformOperation, BlurRadius, Direction, Distance, ShadowColor.

Properties

NameTypeAccessDescription
BlurRadiusdoubleRead/WriteGets or sets the blur radius.
DirectionfloatRead/WriteGets or sets the direction of shadow.
DistancedoubleRead/WriteGets or sets the distance of shadow.
ShadowColorIColorFormatReadGets the color of shadow.
AsIImageTransformOperationIImageTransformOperationReadGets the base IImageTransformOperation interface.

See Also