TPresetShadowEffect.Create Constructor
Creates a new preset shadow effect.
Syntax
Unit: FlexCel.Core
constructor TPresetShadowEffect.Create(const aShadowColor: TDrawingColor; const aShadowType: TPresetShadowEffectType; const aDistance: Int64; const aDirection: Double);
Parameters
| <-> |
Parameter |
Type |
Description |
| const |
aShadowColor |
TDrawingColor |
Shadow color. |
| const |
aShadowType |
TPresetShadowEffectType |
Preset shadow type. |
| const |
aDistance |
Int64 |
Distance of the shadow. |
| const |
aDirection |
Double |
Direction for the shadow. |
See also