ImageGear .NET - Updated December 24, 2018
TextOpacity Property (IImGearARTPopupText)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTPopupText Interface : TextOpacity Property
Gets or sets a separate opacity used for text string.
Syntax
'Declaration
 
Property TextOpacity As Integer
 
'Usage
 
Dim instance As IImGearARTPopupText
Dim value As Integer
 
instance.TextOpacity = value
 
value = instance.TextOpacity

Property Value

Integer value from 0 (transparent) to 255 (opaque).
Remarks
When set to non-negative value, specifies separate opacity used for text string only, otherwise text is displayed with the opacity provided by the Opacity property used to set the opacity for the entire mark.
See Also

Reference

IImGearARTPopupText Interface
IImGearARTPopupText Members