Gets or sets the opacity of this item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public double Opacity { get; set; } |
Visual Basic Copy Code |
---|
Public Property Opacity As Double |
A value between 0 and 1 specifying the item's opacity.
This value is applied as a factor multiplying the alpha channel of all colors in the item's graphics.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |