Table of Contents

TEffectStyle Class

A class encapsulating a style including 3D styles.

Syntax

Namespace: FlexCel.Core

public class TEffectStyle

Methods

Name Description
Clone Returns a deep copy of the object.
EnsureEffectLst If effects is null, it will create new empty effects.
EnsureProperties If properties is null, it will create new empty properties.
Equals Overloaded
Equals(TEffectStyle)
Equals(Object)
GetHashCode Hashcode for the object.
HasOuterShadowEffect Returns true if the effect has an outer shadow.

Properties

Name Description
Properties 2D effects applied to the shape.
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.