IPresetShadow

Overview

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

Represents a Preset Shadow effect.

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

Properties

NameTypeAccessDescription
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.
PresetPresetShadowTypeRead/WriteGets or sets the preset shadow type.
AsIImageTransformOperationIImageTransformOperationReadGets the base IImageTransformOperation interface.

See Also