ImageGear .NET - Updated July 5, 2018
Opacity Property (ImGearARTRichText)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTRichText Class : Opacity Property
Gets or sets opacity of the RichText mark.
Syntax
'Declaration
 
Public Property Opacity As Integer
 
'Usage
 
Dim instance As ImGearARTRichText
Dim value As Integer
 
instance.Opacity = value
 
value = instance.Opacity

Property Value

Integer value from 0 (transparent) to 255 (opaque).
Remarks
The default value is 255.
See Also

Reference

ImGearARTRichText Class
ImGearARTRichText Members