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).
See Also