Gets or sets the opacity to apply to the element's background.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public double Opacity { get; set; } |
Visual Basic Copy Code |
---|
Public Property Opacity As Double |
A double value.
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.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |