Search
DiagramItem.Opacity Property
See Also
 





Gets or sets the opacity of this item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double Opacity { get; set; }

Visual Basic  Copy Code

Public Property Opacity As Double

 Property Value

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