[]
Gets or sets the opacity of the tooltips.
[TypeConverter(typeof(OpacityConverter))]
public double Opacity { get; set; }
<TypeConverter(GetType(OpacityConverter))>
Public Property Opacity As Double
This property should be set to a value between zero (totally transparent) and one (totally opaque).