Search
DiagramItem.effectiveOpacity Property
See Also
 





Gets the effective opacity that should be used to paint this item.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get effectiveOpacity() {}
set effectiveOpacity(value) {}

 Property Value

Number

A value between 0 and 1 specifying the item's opacity.

 Remarks

Returns opacity value or current OpacityAnimation progress.

 See Also