Gets or sets the opacity factor applied to the entire
System.Windows.UIElement when it is rendered in the user interface (UI). This is a dependency property.
'Declaration
Public Property Opacity As Double
public double Opacity {get; set;}
Property Value
The opacity factor. Default opacity is 1.0. Expected values are between 0.0 and 1.0.