Gets or sets the opacity of items associated with this style.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Nullable<Single> Opacity { get; set; } |
Visual Basic Copy Code |
---|
Public Property Opacity As Nullable(Of Single) |
A value between 0 and 1 specifying items' opacity.
This value is applied as a factor multiplying the alpha channel of all colors in items' graphics.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |