PresetShadow

Overview

PresetShadow is a class in Aspose.Slides FOSS for Python. Inherits from: IPresetShadow, IImageTransformOperation.

Represents a Preset Shadow effect.

Properties: as_i_image_transform_operation, direction, distance, preset, shadow_color.

Properties

NameTypeAccessDescription
directionfloatRead/WriteDirection of shadow.
distancefloatRead/WriteDistance of shadow.
shadow_colorIColorFormatReadColor of shadow.
presetPresetShadowTypeRead/WritePreset.
as_i_image_transform_operationIImageTransformOperationReadGets the as i image transform operation.

See Also