ImageGear .NET - Updated
TextOpacity Property (IImGearARTText)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTText Interface : TextOpacity Property
Gets or sets a separate opacity used for text string.
Syntax
'Declaration
 
Property TextOpacity As Integer
'Usage
 
Dim instance As IImGearARTText
Dim value As Integer
 
instance.TextOpacity = value
 
value = instance.TextOpacity
int TextOpacity {get; set;}
__property int get_TextOpacity();
__property void set_TextOpacity( 
   int value
);
property int TextOpacity {
   int get();
   void set (    int value);
}

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

IImGearARTText Interface
IImGearARTText Members