OuterShadowEffectiveData Class

Immutable object which represents a outer shadow effect.
Inheritance Hierarchy

Namespace:  Aspose.Slides.Effects
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class OuterShadowEffectiveData : EffectEffectiveData, 
	IOuterShadowEffectiveData

The OuterShadowEffectiveData 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. Read-only Double.
Public propertySkewVertical
Specifies the vertical skew angle. Read-only Double.
Methods
  NameDescription
Public methodEquals
Determines whether the specified OuterShadowEffectiveData is equal to the current OuterShadowEffectiveData.
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also