TreeView for WinForms | ComponentOne
C1.Win.SuperTooltip Namespace / C1SuperTooltipBase Class / Opacity Property

In This Topic
    Opacity Property (C1SuperTooltipBase)
    In This Topic
    Gets or sets the opacity of the tooltips.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <TypeConverterAttribute(System.Windows.Forms.OpacityConverter)>
    <C1DescriptionAttribute("ST.Opacity", "Gets or sets the opacity of the tooltips.")>
    <DefaultValueAttribute(1)>
    Public Property Opacity As Double
    [C1Category("Behavior")]
    [TypeConverter(System.Windows.Forms.OpacityConverter)]
    [C1Description("ST.Opacity", "Gets or sets the opacity of the tooltips.")]
    [DefaultValue(1)]
    public double Opacity {get; set;}
    Remarks
    This property should be set to a value between zero (totally transparent) and one (totally opaque).
    See Also