IOuterShadow Interface

Namespace:  Aspose.Slides.Effects
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IOuterShadow

The IOuterShadow type exposes the following members.

Properties
  NameDescription
Public propertyBlurRadius
Blur radius. Read/write Double.
Public propertyDirection
Direction of shadow. Read/write Single.
Public propertyDistance
Distance of shadow. Read/write Double.
Public propertyRectangleAlign
Rectangle alignment. Read/write RectangleAlignment.
Public propertyRotateShadowWithShape
Specifies whether the shadow should rotate with the shape if the shape is rotated. Read/write Boolean.
Public propertyScaleHorizontal
Specifies the horizontal scaling factor, negative scaling causes a flip. Read/write Double.
Public propertyScaleVertical
Specifies the vertical scaling factor, negative scaling causes a flip. Read/write Double.
Public propertyShadowColor
Color of shadow. Read-only IColorFormat.
Public propertySkewHorizontal
Specifies the horizontal skew angle (in degrees). Read/write Double.
Public propertySkewVertical
Specifies the vertical skew angle (in degrees). Read/write Double.
See Also