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;}
See Also