ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperTooltipBase Class / Opacity Property

In This Topic
    Opacity Property (C1SuperTooltipBase)
    In This Topic
    Gets or sets the opacity of the tooltips.
    Syntax
    'Declaration
     
    Public Property Opacity As System.Double
    public System.double Opacity {get; set;}
    Remarks
    This property should be set to a value between zero (totally transparent) and one (totally opaque).
    See Also