Search
DiagramNode.ShapeOpacity Property
See Also
 






Gets or sets the shape opacity of this node. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double ShapeOpacity { get; set; }

Visual Basic  Copy Code

Public Property ShapeOpacity As Double

 Property Value

A double value specifying the shape opacity. The default value is 1.

 Remarks

For internal use only.

 See Also