Skybound VisualTips

VisualTipProvider.Opacity Property

Gets or sets the opacity level of a VisualTip, ranging from 0 (transparent) to 1 (opaque).

[Visual Basic]
Public Property Opacity As Double
[C#]
public double Opacity {get; set;}

Property Value

A Double value which represents the opacity level of a VisualTip. The default value is 0.94.

Remarks

Alpha transparency is not supported on Windows 98 and ME. Under those operating systems, VisualTips are displayed opaque.

See Also

VisualTipProvider Class | Skybound.VisualTips Namespace