Gets or sets the opacity to apply to the element's background.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public float Opacity { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Opacity As Single |
A float value.
RemarksOpacity 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