Specifies the rendering phase during which an effect application is requested.
Namespace: MindFusion.Diagramming
File: Enum.js
JavaScript Copy Code |
---|
// enum |
Member name | Description | |
---|---|---|
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. |
|
BeforeFill |
Indicates that the NodeEffect.apply method is invoked before the target node is filled. |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |