Table of Contents

TOuterShadowEffect.TOuterShadowEffect Constructor

Creates a new outer shadow effect.

Syntax

Namespace: FlexCel.Core

public TOuterShadowEffect(TDrawingColor aShadowColor, Int64 aBlurRadius, Int64 aDistance, Double aDirection, Double aHorizontalScalingFactor, Double aVerticalScalingFactor, Double aHorizontalSkew, Double aVerticalSkew, TDrawingRectAlign aShadowAlignment, Boolean aRotateWithShape)

Parameters

<-> Parameter Type Description
aShadowColor TDrawingColor Color for the shadow.
aBlurRadius Int64 Blur radius.
aDistance Int64 Distance of the shadow.
aDirection Double Rotation of the shadow.
aHorizontalScalingFactor Double Horizontal scaling factor. Negative scaling causes a flip.
aVerticalScalingFactor Double Vertical scaling factor. Negative scaling causes a flip.
aHorizontalSkew Double Horizontal skew angle.
aVerticalSkew Double Vertical skew angle.
aShadowAlignment TDrawingRectAlign Shadow Alignment.
aRotateWithShape Boolean If true, the effect rotates with the shape.

See also