Opacity Property
Opacity
Gets or sets the opacity of the shadow between 0.0 (transparent) and 1.0 (dark).
Declaration
[TypeConverter(typeof(OpacityWithNaNConverter))]
public double Opacity { get; set; }
<TypeConverter(GetType(OpacityWithNaNConverter))>
Public Property Opacity As Double