Table of Contents

TPresetShadowEffect.TPresetShadowEffect Constructor

Creates a new preset shadow effect.

Syntax

Namespace: FlexCel.Core

public TPresetShadowEffect(TDrawingColor aShadowColor, TPresetShadowEffectType aShadowType, Int64 aDistance, Double aDirection)

Parameters

<-> Parameter Type Description
aShadowColor TDrawingColor Shadow color.
aShadowType TPresetShadow​Effect​Type Preset shadow type.
aDistance Int64 Distance of the shadow.
aDirection Double Direction for the shadow.

See also