IOuterShadowEffectiveData Interface

Immutable object which represents a outer shadow effect.

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

The IOuterShadowEffectiveData type exposes the following members.

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