MindFusion.Wpf Pack Programmer's Guide
AeroEffect.Opacity Property
See Also
 





Gets or sets the opacity to apply to the node's background.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double Opacity { get; set; }

Visual Basic  Copy Code

Public Property Opacity As Double

 Property Value

A float value.

 Remarks

Opacity varies in the range [0..1] where 0 indicates full transparency and 1 indicates the original transparency. Opacity has no effect on image backgrounds.

 See Also

AeroEffect Members
AeroEffect Class
MindFusion.Diagramming.Wpf Namespace