ImageGear .NET - Updated
TextOpacity Property (ImGearARTText)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTText Class : TextOpacity Property
Gets or sets a separate opacity used for text string.
Syntax
'Declaration
 
Public Property TextOpacity As Integer
'Usage
 
Dim instance As ImGearARTText
Dim value As Integer
 
instance.TextOpacity = value
 
value = instance.TextOpacity
public int TextOpacity {get; set;}
public: __property int get_TextOpacity();
public: __property void set_TextOpacity( 
   int value
);
public:
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. The default value is 255.
See Also

Reference

ImGearARTText Class
ImGearARTText Members