Represents the outer shadow effect of a shape element such as a Picture or Shape.

System.Object
  Docentric.Documents.ObjectModel.DocumentObject
    Docentric.Documents.ObjectModel.Shapes.OuterShadowEffect

Namespace: Docentric.Documents.ObjectModel.Shapes
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class OuterShadowEffect : DocumentObject, IShapeEffect

The OuterShadowEffect type exposes the following members.

Name Description
Public constructor .ctor() Creates a new OuterShadowEffect instance.
Name Description
Public member Angle Get or sets the direction angle (in degrees) of the shadow.
Public member BlurRadius Gets or sets the radius that shall be used to blur the shadow.
Public member Color Get or sets the color of the shadow.
Public member Distance Gets or sets the distance of the shadow from the ShapeBase.
Public member HorizontalScalingFactor Gets or sets the horizontal scaling factor; negative scaling causes a flip.
Public member OwnerDocument Gets the owner document. (Inherited from DocumentObject)
Public member VerticalScalingFactor Gets or sets the vertical scaling factor; negative scaling causes a flip.
Name Description
Public method Clone Clones this DocumentObject object including its DOM children. (Inherited from DocumentObject)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object)
Public method GetEffectExtent
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString Returns a String that represents the current Object. (Inherited from Object)