Gets the effective opacity that should be used to paint this item.
Namespace: MindFusion.Diagramming
File: DiagramItem.js
SyntaxJavaScript
Copy Code
|
|---|
get effectiveOpacity() {} |
Number
A value between 0 and 1 specifying the item's opacity.
RemarksReturns opacity value or current OpacityAnimation progress.
See Also