[]
Gets or sets the opacity of the tooltips.
[C1Category("Behavior")]
[C1Description("ToolTipSettings.Opacity", "Gets or sets the opacity of the tooltips.")]
[TypeConverter(typeof(OpacityConverter))]
public double Opacity { get; set; }
This property should be set to a value between zero (totally transparent) and one (totally opaque).