Search
DiagramItem.opacity Property
See Also
 






Gets or sets opacity of this item.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get opacity() {}
set opacity(value) {}

 Property Value

Number

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

 Remarks

This value is applied as a factor multiplying the alpha channel of all colors in the item's graphics.

 See Also