Search
EffectPhase Enumeration
See Also
 





Specifies the rendering phase during which an effect application is requested.

Namespace: MindFusion.Diagramming
Assembly: Enum.js

 Syntax

JavaScript  Copy Code

// enum
EffectPhase = {}

 Members

  Member name Description

BeforeFill

Indicates that the NodeEffect.apply method is invoked before the target node is filled.

AfterFill

Indicates that the NodeEffect.apply method is invoked after the target node is filled.

AfterOutline

Indicates that the NodeEffect.apply method is invoked after the target node is stroked.

 See Also