PresetShadow

Overview

PresetShadow is a class in Aspose.Slides FOSS for .NET. Inherits from: IPresetShadow.

Represents a preset shadow effect.

This class provides 1 method for working with PresetShadow objects in .NET programs. Available methods include: PresetShadow. All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package. Properties: AsIImageTransformOperation, Direction, Distance, Preset, ShadowColor.

Properties

NameTypeAccessDescription
DirectionfloatRead/WriteGets or sets the direction.
DistancedoubleRead/WriteGets or sets the distance.
ShadowColorIColorFormatReadGets the shadow color.
PresetPresetShadowTypeRead/WriteGets or sets the preset.
AsIImageTransformOperationIImageTransformOperationReadGets the as i image transform operation.

Methods

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

See Also