IEffectStyle Interface
A class encapsulating a style including 3D styles.
Syntax
Unit: FlexCel.Core
IEffectStyle = interface(IInterface);
Methods
Name | Description |
---|---|
Clone | Returns a deep copy of the object. |
EnsureProperties | If properties is null, it will create new empty properties. |
EnsureEffectLst | If effects is null, it will create new empty effects. |
HasOuterShadowEffect | Returns true if the effect has an outer shadow. |
Properties
Name | Description |
---|---|
Scene3D | Scene 3D effects. Currently this is an xml string, in the future it might change to a parsed class. |
Shape3D | Shape 3D effects. Currently this is an xml string, in the future it might change to a parsed class. |
Properties | 2D effects applied to the shape. |