'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets a value between 0-255 which indicates the transparency level of the tooltip. 0 is completely transparent and 255 is completely opaque.")> Public Property Opacity As System.Integer
'Usage
Dim instance As NTooltipInfo Dim value As System.Integer instance.Opacity = value value = instance.Opacity
[System.ComponentModel.Description("Gets/sets a value between 0-255 which indicates the transparency level of the tooltip. 0 is completely transparent and 255 is completely opaque.")] public System.int Opacity {get; set;}