Opacity Property (C1SuperTooltipBase)
In This Topic
Gets or sets the opacity of the tooltips.
Syntax
'Declaration
<DefaultValueAttribute(1)>
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("ST.Opacity", "Gets or sets the opacity of the tooltips.")>
<TypeConverterAttribute(System.Windows.Forms.OpacityConverter)>
Public Property Opacity As Double
[DefaultValue(1)]
[C1Category("Behavior")]
[C1Description("ST.Opacity", "Gets or sets the opacity of the tooltips.")]
[TypeConverter(System.Windows.Forms.OpacityConverter)]
public double Opacity {get; set;}
See Also