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
| Name | Type | Access | Description |
|---|---|---|---|
Direction | float | Read/Write | Gets or sets the direction of the shadow, in degrees. |
Distance | double | Read/Write | Gets or sets the distance of the shadow from the object, in points. |
ShadowColor | IColorFormat | Read | Gets the color of the shadow. |
Preset | PresetShadowType | Read/Write | Gets or sets the preset shadow type. |
AsIImageTransformOperation | IImageTransformOperation | Read | Gets the base IImageTransformOperation interface. |