Opacity Property
Opacity
Gets or sets the opacity of the image between 0.0 (completely invisible) and 1.0 (opaque).
Declaration
[TypeConverter(typeof(OpacityConverter))]
public double Opacity { get; set; }
<TypeConverter(GetType(OpacityConverter))>
Public Property Opacity As Double