InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / ToolTipSettings Class / Opacity Property

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