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.
'宣言
Public Property Opacity As Double
public double Opacity {get; set;}
プロパティ値
The opacity factor. Default opacity is 1.0. Expected values are between 0.0 and 1.0.